Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.dancity.app/api/v1/esim/regions \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "eSIM regions fetched successfully", "data": { "regions": [ { "code": "ES", "name": "Spain", "type": "country", "flagUrl": null, "iso": null }, { "code": "EU-42", "name": "Europe (40+ areas)", "type": "multi-country", "flagUrl": null, "iso": null } ] } }
eSIM regions
Merchant API key from the Dancity dashboard.
Filter regions: 1 = single-country only, 2 = multi-country/regional only. Omit to return all regions.
1
2
OK