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.
Authorizations
Provide your API key secret in the Authorization header
Path Parameters
Unique identifier of the event
^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$Body
Name of the location (complete address)
100"Conference Hall A, Tech Park"
Google Maps or other map service link for the location
400https?://(?:www\d*\.)?[\p{L}\p{N}@:%._+~#=-]{1,256}\.[\p{L}\p{N}()]{1,6}\b[\p{L}\p{N}()!@:%_+.~#?&/=-]*"https://maps.google.com/..."
Response
Location created successfully
Unique identifier of the location
"4fcebf73-3ddb-4fe6-b56d-5dd7dedb7c3d"
Name of the location (complete address)
"Conference Hall A, Tech Park"
Google Maps or other map service link for the location
"https://maps.google.com/..."