---
title: "Get Event Name Mappings"
method: GET
path: "/internal/v2/integrations/{project_id}/{integration_id}/event-name-mappings"
tags: ["Integration Event Names (Service)"]
---

# Get Event Name Mappings

`GET /internal/v2/integrations/{project_id}/{integration_id}/event-name-mappings`

Returns the custom event names configured for a project/integration pair, or null when none are configured. Called once per cache TTL per pair by integration-router.

## Path parameters

- `project_id` string, required — Project ID
- `integration_id` string, required — Integration id as served by integration-router (e.g. 'mixpanel')

## Response `200`

Success

- object
  - `mappings` object, nullable, required

## Other responses

- `400` — The request did not match the expected schema
- `401` — An error occurred while validating the API key
- `404` — The requested resource was not found
- `500` — An unexpected error occurred on the server

---

[API](https://skmtc.dev/superwall/apis/superwall-api-v2.md) · [All operations](https://skmtc.dev/superwall/apis/superwall-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/superwall/superwall-api-v2/revisions/7dbbee8e0305/schema)
