Last updated 2 months ago
Create a new location or update existing location details
Your API key
Your Secret key
POST /v2/ExternalApi/newLocation HTTP/1.1 Host: api.gleantap.com X-API-KEY: text X-SECRET-KEY: text Content-Type: application/json Accept: */* Content-Length: 123 { "app_id": "text", "id": "text", "name": "text", "address": "text", "phone": "text", "email": "text", "timezone": "text", "hours": "text" }
Location created/updated successfully
{ "result": "success" }