Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Successful response with statuses
List of available statuses
curl --request GET \
--url https://api.byblend.com/api/v1/orders/statuses \
--header 'Authorization: Bearer <token>'
[
"received"
]
Retrieve all available order status codes and names.
curl --request GET \
--url https://api.byblend.com/api/v1/orders/statuses \
--header 'Authorization: Bearer <token>'
[
"received"
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response with statuses
List of available statuses