POST
/plans/search
curl \
--request POST 'https://zim.api.dev.zimconnections.com/plans/search' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": "plan_guaGulGcrqgTYboPvetgu",
"destination": {
"name": "United Kingdom",
"isoAlpha3": "GBR"
},
"region": {
"name": "string",
"abbreviation": "string"
},
"dataUnit": "GB",
"dataValue": 10,
"callUnit": "MINUTES",
"callValue": 100,
"smsUnit": "SMS",
"smsValue": 100,
"durationUnit": "DAYS",
"durationValue": 14,
"features": [
{
"name": "HOTSPOT",
"category": "UTILITY"
}
],
"prices": [
{
"currencyISO": "USD",
"value": 490,
"minorExponentUnits": 2
}
]
}
]