Subscribe a customer to 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.

After receiving the details of the user or device, Xtremepush will add them to a list which can be found under:
Data > Audiences > Sport feeds.

Example

Subscribe a customer to a sport event by their Xtremepush Device ID:

curl --request POST \
  --url https://external-api.xtremepush.com/api/external/realtime-sport-updates/follow \
  --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!