Locations

Get locations list

post

Retrieve list of locations with optional filters

Header parameters
X-API-KEYstringRequired

Your API key

X-SECRET-KEYstringRequired

Your Secret key

Body
app_idstringRequired
idstringOptional
namestringOptional
Responses
200
List of locations retrieved successfully
application/json
post
POST /v2/ExternalApi/getLocations HTTP/1.1
Host: api.gleantap.com
X-API-KEY: text
X-SECRET-KEY: text
Content-Type: application/json
Accept: */*
Content-Length: 43

{
  "app_id": "text",
  "id": "text",
  "name": "text"
}
{
  "result": [
    {
      "id": "text",
      "name": "text",
      "address": "text",
      "email": "text",
      "phone": "text",
      "timezone": "text",
      "hours": "text"
    }
  ]
}

Last updated