POST
/
integration
/
spiideo
/
v1
/
team_type_mappings
cURL
curl --request POST \
  --url https://api.mottostreaming.com/integration/spiideo/v1/team_type_mappings \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "motto_entity_type": "<string>",
  "sport_field": "<string>",
  "abbreviation_field": "<string>"
}'
{
  "team_type_mapping": {
    "motto_entity_type": "<string>",
    "sport_field": "<string>",
    "abbreviation_field": "<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

SpiideoTeamTypeMapping maps a Motto entity type to Spiideo team properties.

Response

200
application/json

OK

The response is of type object.