Activation

Carrier lookup, inventory, standard/SmartSIM/eSIM activations, transactions, and downloads.

2 of 14

Filtering by query: /v1.0/activation/transactions/{uniqueTransactionId}

GET/v1.0/activation/transactions/{uniqueTransactionId}Read-onlyPermalink ↗

Gets the activation transaction details. This endpoint can only be accessed by scope aux_activation.

Parameters

uniqueTransactionIdpathstringrequired

Unique transaction Id specific to an activation request

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/activation/transactions/ACT-2026-0313-001" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"
GET/v1.0/activation/transactions/{uniqueTransactionId}/csvRead-onlyPermalink ↗

Downloads the activation transaction details CSV. This endpoint can only be accessed by scope aux_activation.

Parameters

uniqueTransactionIdpathstringrequired

Unique transaction Id specific to an activation request

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/activation/transactions/ACT-2026-0313-001/csv" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"

Build your first call in 5 minutes.

Grab a Dev SIM, get an API key, and POST /v1.0/auth/token from anywhere.