cURL
curl --request GET \ --url https://sand.tranzor.io/api/v1/esim \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "countries": [ { "country": "Германия", "countryEn": "Germany", "countryIso": "DE", "flag": "<string>", "plans": [ { "id": "<string>", "dataGb": "5", "days": 30, "priceUsd": 12.5, "operators": "<string>" } ] } ], "totalPlans": 123, "supportedDevices": [ {} ] } }
Возвращает список доступных eSIM тарифов, сгруппированных по странам. Цены указаны в USD.
API ключ в формате trz_...
trz_...
Фильтр по ISO2 коду страны (например US, DE, TR)
Поиск по названию страны
Список тарифов
Show child attributes