GET
/
api
/
v1
/
orders
/
statuses
curl --request GET \
  --url https://api.byblend.com/api/v1/orders/statuses \
  --header 'Authorization: Bearer <token>'
[
  "received"
]

Authorizations

Authorization
string
header
required

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