Authentication
Bando's fulfillment API authorization and limits.
Last updated
Was this helpful?
Bando's fulfillment API authorization and limits.
Last updated
Was this helpful?
Our API is publicly accesible. But as an integration partner, you require authentication tokens so you can make more requests per hour when you are authenticated.
You can authenticate your request by sending the token in the Authorization
header of your request.
For example, in the following request, replace <bando_api_token>
with a reference to your token:
When you hit a rate limit you will start receiving a 429 Too Many Requests response. Authenticating with invalid credentials will initially return a 401 Unauthorized response.
After detecting several requests with invalid credentials within a short period, the API will temporarily reject all authentication attempts for that user (including ones with valid credentials) with a 403 Forbidden response.
The API has a rate limit of 100 requests per hour. If you exceed this limit, you will receive a 429 Too Many Requests response.