Last updated 1 month ago
Retrieve the list of available workrooms for the account
Your API key
Your Secret key
GET /v2/ExternalApi/getWorkrooms HTTP/1.1 Host: api.gleantap.com X-API-KEY: text X-SECRET-KEY: text Accept: */*
Workrooms list retrieved successfully
{ "status": "success", "workrooms": [ { "app_id": "app_id_123", "app_name": "App Name", "integrations": [ { "type": "type_123", "status": "status_123", "data": { "location_id": "location_id_123" } } ] } ] }