cURL
curl --request GET \ --url https://api.mottostreaming.com/integration/spiideo/v1/sport_configurations \ --header 'Authorization: Bearer <token>'
{ "sport_configurations": [ { "spiideo_sport": "<string>", "minutes_before_start": "<string>", "duration_minutes": "<string>" } ], "next_page_token": "<string>" }
Lists all sport configurations for a project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object