GET/v2.0/activation/transactionsRead-only

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"

Try this operation in the interactive explorer →