Skip to main content

Venue Setup

Creating a Venue with SDK Access

When creating a venue via the Partner API, include sdkAccess: "true" to automatically generate an accessKey and enable the Listing & Review product.

Important

The sdkAccess parameter is required. Without it, the venue will not have SDK access and no accessKey will be generated.

{
"name": "Venue Name",
"code": "your-venue-id",
"country": "GB",
"address": "Picadilly Circus",
"city": "London",
"postalCode": "W1J 9LL",
"phoneNumber": "442072343456",
"email": "venue@email.com",
"url": "http://yourvenueurl.com",
"latitude": "51.56797",
"longitude": "-0.28122",
"currency": "GBP",
"timezone": "Europe/London",
"sdkAccess": "true"
}

Managing the License

Once the venue is created, activate the Listing & Review license through the Partner API. Set the feature parameter to listing.