Skip to content

End live

PUT /v1/track/{track_id}/end_live

Notify the end of the live.

Metric calculations are added to the delayed task handler.

Request

bash
curl -X PUT -H "Content-Type: application/json" -H "X-STL-Token: {{token}}" -d '{}' "https://api.sportstracklive.com/v1/track/{track_id}/end_live"
http
PUT /v1/track/{track_id}/end_live HTTP/1.1
Host: api.sportstracklive.com
Content-Type: application/json
X-STL-Token: {{token}}

{}