cURL
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response with statuses
List of available statuses