---
title: "Find Marketing Events by External Event Id"
method: GET
path: "/marketing/v3/marketing-events/{externalEventId}/identifiers"
tags: ["Identifiers"]
---

# Find Marketing Events by External Event Id

`GET /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.

## Path parameters

- `externalEventId` string, required

## Response `200`

successful operation

- CollectionResponseWithTotalMarketingEventIdentifiersResponse
  - `paging` Paging
    - `next` NextPage — Specifies the paging information needed to retrieve the next set of results in a paginated API response
      - `after` string, required — The ID element at the start of the page
      - `link` string — Link to the next page
    - `prev` PreviousPage — specifies the paging information needed to retrieve the previous set of results in a paginated API response
      - `before` string, required — A paging cursor token for retrieving previous pages.
      - `link` string — A URL that can be used to retrieve the previous pages' results.
  - `results` MarketingEventIdentifiersResponse[], required
    - `appInfo` AppInfo
      - `id` string, required — The ID of the application
      - `name` string, required — The name of the application
    - `externalAccountId` string — The accountId that is associated with this marketing event in the external event application
    - `externalEventId` string, required — The ID that is associated with this marketing event in the external event application
    - `marketingEventName` string, required — The name of the marketing event
    - `objectId` string, required — The internal ID of the marketing event in HubSpot CRM
  - `total` integer, required

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/marketing-marketing-events.md) · [All operations](https://skmtc.net/hubspot/apis/marketing-marketing-events/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/marketing-marketing-events/revisions/e1f0e463c8c3/schema)
