Get all eSIM Orders
GET
https://api-dev.getroamify.com/api/esim/orders
Last modified:2025-01-06 23:19:20
Maintainer:Not configured
GET
request to the /api/esim/orders
endpoint.status
: The status of the eSIM orders. This is an optional field of type string
. It can be any of the following values:PENDING
: Pending ordersCOMPLETED
: Completed ordersARCHIVED
: Archived ordersCANCELLED
: Cancelled ordersREFUNDED
: Refunded ordersREQUIRE_ACTION
: Orders that require actionlimit
: The number of eSIM orders to return. This is an optional field of type number
. The default value is 50
.Request
Header Params
User-Agent
string
required
Example:
insomnia/10.1.1
Authorization
string
required
Example:
{{token}}
Request samples
Responses
Modified at 2025-01-06 23:19:20