GET
/
integration
/
spiideo
/
v1
/
integrations
/
{project_id}
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
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required

Response

200
application/json

OK

The response is of type object.