Last updated 11 days ago
Retrieve list of locations with optional filters
Your API key
Your Secret key
curl -L \ --request POST \ --url 'https://api.gleantap.com/v2/ExternalApi/getLocations' \ --header 'X-API-KEY: text' \ --header 'X-SECRET-KEY: text' \ --header 'Content-Type: application/json' \ --data '{ "app_id": "text", "id": "text", "name": "text" }'
{ "result": [ { "id": "text", "name": "text", "address": "text", "email": "text", "phone": "text", "timezone": "text", "hours": "text" } ] }