This endpoint allows you to retrieve a list of your orders from the Airalo Partners API. By using various filters, you can customize the results to match specific criteria. The access token, obtained from the "Request Access Token" endpoint, should be included in the request.For more informations, best practices visit our FAQ page: https://airalopartners.zendesk.com/hc/en-us/sections/13207524820893-FAQ
Request
Query Params
Header Params
Body Params multipart/form-data
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 '/v2/orders' \
--header'Accept: application/json' \
--header'Authorization: Bearer {{token}}'
Responses
🟠422Order List (422)
application/json
Body
Example
{"data":{"limit":"The limit must be an integer.","page":"The page must be an integer."},"meta":{"message":"the parameter is invalid"}}