GET
/v1.0/activation/transactionsRead-onlyGets the detailed activation history. 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.
cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/activation/transactions?sortDir=DESC&offset=0&limit=25" \
-H "Authorization: Bearer $SENTINEL_TOKEN"