eSIM voucher
POST
/v2/voucher/esim
{
"vouchers": [
{
"package_id": "replace with actual package slug",
"quantity": 3,
"booking_reference": "123"
}
]
}
Request
Header Params
Authorization
string
required
Example:
Bearer {{token}}
Content-Type
string
required
Example:
application/json