v1
latestOpenAPI 3.1.02026-07-22285495.1 KBLocations
Create a new location
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.
post/v1/events/{eventId}/locations
Path parameters
eventIdstring required
Unique identifier of the event
Request body
Example request
{
"name": "Conference Hall A, Tech Park",
"mapLink": "https://maps.google.com/..."
}Response
Location created successfully
Example response
{
"id": "4fcebf73-3ddb-4fe6-b56d-5dd7dedb7c3d",
"name": "Conference Hall A, Tech Park",
"mapLink": "https://maps.google.com/..."
}