curl --request GET \
--url https://api.every.ru/b2b/esim/packets \
--header 'Authorization: Bearer <token>'{
"locale": "ru",
"packets": [
{
"id": 1234567890,
"name": "5GB for 30 days",
"volume": 5120,
"period": 30,
"tariff": "Prime"
}
]
}curl --request GET \
--url https://api.every.ru/b2b/esim/packets \
--header 'Authorization: Bearer <token>'{
"locale": "ru",
"packets": [
{
"id": 1234567890,
"name": "5GB for 30 days",
"volume": 5120,
"period": 30,
"tariff": "Prime"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Запрашиваемая локаль в формате alpha-2
"ru"
Желаемая страна в формате alpha-2 (опционально)
Фильтр по ICCID оператора SIM (опционально)