Create eSIM Order
POST
https://api-dev.getroamify.com/api/esim/order
Last modified:2025-01-06 23:19:20
Maintainer:Not configured
POST
request to the /api/esim/order
endpoint.items
: An array of eSIM items you want to order. Each item should contain the following details:packageId
: The ID of the eSIM package you want to order. This is a required field of type string
.quantity
: The quantity of the eSIM package you want to order. This is a required field of type number
.Request
Header Params
Content-Type
string
required
Example:
application/json
User-Agent
string
required
Example:
insomnia/10.1.1
Authorization
string
required
Example:
{{token}}
Body Params application/json
Request samples
Responses
Modified at 2025-01-06 23:19:20