Last updated 7 days ago
Retrieve the list of available workrooms for the account
Your API key
Your Secret key
curl -L \ --url 'https://api.gleantap.com/v2/ExternalApi/getWorkrooms' \ --header 'X-API-KEY: text' \ --header 'X-SECRET-KEY: text'
{ "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" } } ] } ] }