POST/v1.0/manage-profile/summerSuspensionChanges data

Enable summer suspension.

Parameters

Summer Suspensionbodyobjectrequired

Pass the summer suspension start date and end date and optional list of IMEIs with exemption from summer suspension only if user is ORG_SUPER.

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

Try this operation in the interactive explorer →