Configure how Nadles authenticates your API consumers.
X-Billing-Token
request header.
X-My-Api-Token: <token>
), configure the token extraction strategy as follows:
X-My-Api-Token
as header name.
X-My-Api-Token: <token>
header.
Authorization: Bearer <token>
scheme, configure the token extraction strategy as follows:
Authorization
as header name.
” (space) as delimiter.
input[1]
as expression.
input
.Authorization: Bearer <token>
header.
JSON
from the dropdown list.
input.auth.token
as expression.
apiKey
query string parameters like /orders/154?apiKey=MmU2YzQ4ODktNzFjMi00OWM1LTlhNTgtZDJhZjZmN2M1ODY1
Query string
from the dropdown list.
input.apiKey
as expression.
input
.apiKey
query string parameter.