POST/v1.0/activation/transactionChanges data

Submit activation request. This endpoint can only be accessed by scope aux_activation.

MCPsentinel_activation.activate_device

Parameters

activationRequestInfobodyActivationRequestInforequired

activationRequestInfo

cURL
curl -X POST "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/activation/transaction" \
  -H "Authorization: Bearer $SENTINEL_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "corpId": "NORTHSTAR-ISD",
  "imei": "355737360073462",
  "iccid": "89014103211118510720",
  "carrier": "VERIZON",
  "filterGroup": "Student_K8",
  "deviceGroup": "Transportation"
}'

Try this operation in the interactive explorer →