Skip to main content
GET
/
integration
/
spiideo
/
v1
/
event_mappings
/
batch
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

project_id
string
event_ids.values
string[]
spiideo_game_ids.values
string[]

Response

OK

event_mappings
object[]
I