Skip to main content
GET
/
api
/
v1
/
esim
/
{orderId}
Детали eSIM заказа
curl --request GET \
  --url https://sand.tranzor.io/api/v1/esim/{orderId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "orderId": "<string>",
    "status": "<string>",
    "plan": {},
    "esim": {},
    "liveData": {
      "dataLeftMb": 123,
      "dataPackageMb": 123,
      "dataUsedMb": 123,
      "expiresAt": "<string>",
      "statusQr": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

API ключ в формате trz_...

Path Parameters

orderId
string
required

Response

Детали заказа

success
boolean
data
object