Jump to content

REST API Documentation

/calendar/venues


Create a venue

This endpoint is only available for requests made using an API Key or the Client Credentials Grant Type, not using an OAuth Access Token for a particular member.


Parameters

Name Type Description
Required title string The venue title
Required address geolocation object The venue address (latitude and longitude do not need to be supplied and will be ignored)
description string The venue description

Exceptions

Code Message Description
1L384/2 NO_ADDRESS An address is required for the venue but was not supplied
1L384/3 INVALID_ADDRESS An invalid address was supplied
1L384/4 NO_TITLE No title was supplied for the venue

Response

Name Type Description
id int ID number
title string Title
description string Description
address geolocation object The address

geolocation object

Name Type Description
lat float Latitude
long float Longitude
addressLines array of strings Lines of the street address
city string City
region string State/Region
country string 2-letter country code
postalCode string ZIP/Postal Code
×
×
  • Create New...