Unsubscribe a customer from real-time sports updates

📘

Integration must be enabled

This API method relates to an optional project integration for Real-time sport updates that must be enabled first.

Example

Unsubscribe a customer from a sport event by their Xtremepush Device ID:

curl --request POST \
  --url https://external-api.xtremepush.com/api/external/realtime-sport-updates/unfollow \
  --header 'content-type: application/json' \
  --data '{
    "apptoken": "YOUR_APPTOKEN",
    "sport_event_id": "sr:sport_event:123",
    "item": 678345
  }'
Language
Click Try It! to start a request and see the response here!