Get order statuses

GET /api-v1/list/order-status-types

Returns a map {status: translation}

Headers

Responses

GET /api-v1/list/order-status-types
curl \
 -X GET http://wyzio.app/api-v1/list/order-status-types \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
{
  "key": "string"
}