Skip to main content
GET
/
locations
/
{id}
Get location
curl --request GET \
  --url https://channels-service-alpha.fourvenues.com/locations/{id} \
  --header 'X-Api-Key: <api-key>'
{
  "success": true
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Location id to get

Query Parameters

organization_id
string
required

Filter the events by organization id.

Response

OK

data
object

Complete information of an specific location. Also contains timezone information.

success
boolean