GET
/
locations
/
{id}
curl --request GET \
  --url https://channels-service-alpha.fourvenues.com/locations/{id} \
  --header 'X-Api-Key: <api-key>'
{
  "data": {
    "unic_id": "orgAbcdefghi1234567890-locAbcdefghi1234567890",
    "location_id": "5e4f4b1b1f6b4b001f6b4b001",
    "organization_id": "5e4f4b1b1f6b4b001f6b4b001",
    "name": "Valencia",
    "address": "Carrer de Salamanca",
    "number": "43",
    "city": "Valencia",
    "country": "Spain",
    "full_address": "Carrer de Salamanca, 43, Valencia, Spain",
    "latitude": 39.4651339,
    "longitude": -0.3658872,
    "timezone": "Europe/Madrid"
  },
  "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

200
application/json
OK
data
object

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

success
boolean