POST
/
integration
/
spiideo
/
v1
/
sport_configurations
cURL
curl --request POST \
  --url https://api.mottostreaming.com/integration/spiideo/v1/sport_configurations \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "spiideo_sport": "<string>",
  "minutes_before_start": "<string>",
  "duration_minutes": "<string>"
}'
{
  "sport_configuration": {
    "spiideo_sport": "<string>",
    "minutes_before_start": "<string>",
    "duration_minutes": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

project_id
string

Body

application/json

SpiideoSportConfiguration defines sport-specific configuration for Spiideo integrations.

Response

200
application/json

OK

The response is of type object.