POST/v1.0/activation/smartsim-transactionChanges data

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

Parameters

smartSimActivationRequestInfobodySmartSimActivationRequestInforequired

smartSimActivationRequestInfo

cURL
curl -X POST "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/activation/smartsim-transaction" \
  -H "Authorization: Bearer $SENTINEL_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "example": true,
  "corpId": "NORTHSTAR-ISD"
}'

Try this operation in the interactive explorer →