POST
/
integration
/
spiideo
/
v1
/
integrations
cURL
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
}'
{
  "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
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

SpiideoIntegration

Response

200
application/json

OK

The response is of type object.