---
title: "Create a new location"
method: POST
path: "/v1/events/{eventId}/locations"
tags: ["Locations"]
---

# Create a new location

`POST /v1/events/{eventId}/locations`

Use this endpoint to create a new location for a specific event type in your Zuddl organization.

Required API key scopes: `WRITE`

**This API can only be called with an access key that was generated for Backend usage.**

## Path parameters

- `eventId` string, required

## Request body

- OrgEventsAppDomainApiProductEventLocationDtosLocationCreateRequest
  - `name` string, required — Name of the location (complete address)
  - `mapLink` string — Google Maps or other map service link for the location

## Response `201`

Location created 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 event ID supplied
- `401` — Unauthorized access to event
- `404` — Event 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)
