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