curl --request POST \
--url https://api.mottostreaming.com/integration/spiideo/v1/integrations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"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>"
}'
{
"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>"
}
}
CreateSpiideoIntegration
Creates new integration.
curl --request POST \
--url https://api.mottostreaming.com/integration/spiideo/v1/integrations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"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>"
}'
{
"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>"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
SpiideoIntegration
OK
The response is of type object
.