Authorization: Bearer ********************{
"orderId": "DP00000000000001"
}curl --location --request POST 'https://developer-sandbox.dragonpass.com/api/v2/orders/esims/details' \
--header 'X-Program-ID;' \
--header 'X-Request-ID;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "DP00000000000001"
}'{
"code": 0,
"data": {
"orderId": "DP00000000000001",
"esim": {
"iccid": "898600F1234567890123",
"status": 1,
"effectiveDate": "2024-12-31T10:00:00Z",
"expirationDate": "2025-12-31T10:00:00Z"
},
"esimOptions": {
"optionId": "E00001-01",
"optionName": "eSIM United Kingdom - 30GB 10Days",
"status": 2,
"duration": 10,
"dataMode": 1,
"volume": {
"total": 32212254720,
"remaining": 32212254720,
"dailyLimit": -1,
"notes": "Limited Data Package includes high-speed data as per the purchased data plan. Once the data is fully used, service will be suspended until the additional data is purchased."
},
"activationDate": "2025-10-15T10:00:00Z",
"expirationDate": "2025-10-25T10:00:00Z",
"speed": "5G",
"providers": [
{
"provider": "DragonPass",
"region": "GB"
}
],
"coverage": {
"type": 1,
"regions": [
"GB"
],
"rawText": "United Kingdom"
}
}
}
}