Find Marketing Events by externalEventId
GET {{baseUrl}}/marketing/v3/marketing-events/:externalEventId/identifiers
This endpoint searches the portal for all Marketing Events whose externalEventId matches the value provided in the request.
It retrieves the objectId and additional event details for each matching Marketing Event.
Since multiple Marketing Events can have the same externalEventId, the endpoint returns all matching results.
Note: Marketing Events become searchable by externalEventId a few minutes after creation.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"results":[{"externalEventId":"\u003cstring\u003e","marketingEventName":"\u003cstring\u003e","objectId":"\u003cstring\u003e","externalAccountId":"\u003cstring\u003e","appInfo":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"}},{"externalEventId":"\u003cstring\u003e","marketingEventName":"\u003cstring\u003e","objectId":"\u003cstring\u003e","externalAccountId":"\u003cstring\u003e","appInfo":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"}}],"total":"\u003cinteger\u003e"}