cURL
curl --request GET \ --url https://api.mottostreaming.com/integration/spiideo/v1/team_type_mappings \ --header 'Authorization: Bearer <token>'
{ "team_type_mappings": [ { "motto_entity_type": "<string>", "sport_field": "<string>", "abbreviation_field": "<string>" } ], "next_page_token": "<string>" }
Lists all team type mappings for a project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object