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

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"

Try this operation in the interactive explorer →