Activation

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

1 of 14

Filtering by query: /v2.0/activation/transactions

GET/v2.0/activation/transactionsRead-onlyPermalink ↗

When the Export format is omitted, gets the detailed activation history for the last 180 days. For a full transaction history, please include the Export format. This endpoint can only be accessed by scope aux_activation.

Parameters

sortDirquerystring

Sort direction

Values: ASC, DESC

offsetquerynumber

The position of the first transaction for the requested result set. Starts from 0.

limitquerynumber

The number of transactions to return.

exportquerystring

Export format. Currently only CSV is accepted.

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v2.0/activation/transactions?sortDir=DESC&offset=0&limit=25&export=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.