GET
/v2.0/activation/transactionsRead-onlyWhen 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
sortDirquerystringSort direction
Values: ASC, DESC
offsetquerynumberThe position of the first transaction for the requested result set. Starts from 0.
limitquerynumberThe number of transactions to return.
exportquerystringExport 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"