---
title: "Get location details"
method: GET
path: "/v1/events/{eventId}/locations/{locationId}"
tags: ["Locations"]
---

# Get location details

`GET /v1/events/{eventId}/locations/{locationId}`

Use this endpoint to retrieve the details of a specific location added to a particular event type in your Zuddl organization.

Required API key scopes: `READ`

## Path parameters

- `eventId` string, required
- `locationId` string, required

## Response `200`

Location details retrieved successfully

- OrgEventsAppDomainApiProductEventLocationDtosLocationDetails
  - `kind` string
  - `url` string, uri
  - `id` string, uuid — Unique identifier of the location
  - `name` string — Name of the location (complete address)
  - `mapLink` string — Google Maps or other map service link for the location

## Other responses

- `400` — Invalid location ID or event ID
- `401` — Unauthorized
- `404` — Location not found

---

[API](https://skmtc.net/zuddl/apis/zuddl-webhook-documentation.md) · [All operations](https://skmtc.net/zuddl/apis/zuddl-webhook-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuddl/zuddl-webhook-documentation/revisions/571c1d41e62a/schema)
