Search for marketing events

GET {{baseUrl}}/marketing/v3/marketing-events/events/search?q=<string>

Search for marketing events that have an event id that starts with the query string

Request Params

KeyDatatypeRequiredDescription
qstring(Required) The id of the marketing event in the external event application

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;results&quot;:[{&quot;appId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;externalAccountId&quot;:&quot;\u003cstring\u003e&quot;,&quot;externalEventId&quot;:&quot;\u003cstring\u003e&quot;},{&quot;appId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;externalAccountId&quot;:&quot;\u003cstring\u003e&quot;,&quot;externalEventId&quot;:&quot;\u003cstring\u003e&quot;}]}