cURL
curl --request GET \ --url https://api.mottostreaming.com/integration/spiideo/v1/event_mappings/batch \ --header 'Authorization: Bearer <token>'
{ "event_mappings": [ { "motto_event_id": "<string>", "spiideo_game_id": "<string>" } ] }
BatchGetSpiideoEventMappings
Returns the Spiideo game IDs for the given event IDs or the event IDs for the given Spiideo game IDs.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
The ID of the Motto event.
The ID of the Spiideo game.