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