This endpoint allows you to retrieve a human-readable name for a specific order status using its slug value from the Airalo Partners API.The access token, obtained from the "Request Access Token" endpoint, should be included in the request.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
slug
string
required
The slug value of the order status for which you want to retrieve the human-readable name. Examples include "completed" and "failed".
Header Params
Accept
string
required
Example:
application/json
Authorization
string
required
Example:
Bearer {{token}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/v1/orders/statuses/' \
--header'Accept: application/json' \
--header'Authorization: Bearer {{token}}'