cURL
curl --request GET \ --url https://api.mottostreaming.com/integration/spiideo/v1/integrations/{project_id} \ --header 'Authorization: Bearer <token>'
{ "integration": { "project_id": "<string>", "account_id": "<string>", "user_id": "<string>", "client_id": "<string>", "client_secret": "<string>", "default_minutes_before_start": "<string>", "default_duration_minutes": "<string>", "default_spiideo_sport": "<string>", "sync_teams": true, "locale": "<string>", "enabled": true, "share_with_account_ids": [ "<string>" ], "stream_unlisted_events": true, "schedule_ahead_days": "<string>" } }
GetSpiideoIntegration
Returns integration information by integration ID.
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