Workrooms
Retrieve the list of available workrooms for the account
Header parameters
X-API-KEYstringRequired
Your API key
X-SECRET-KEYstringRequired
Your Secret key
Responses
200
Workrooms list retrieved successfully
application/json
401
Invalid API key or secret key
429
Too many requests in a day
get
GET /v2/ExternalApi/getWorkrooms HTTP/1.1
Host: api.gleantap.com
X-API-KEY: text
X-SECRET-KEY: text
Accept: */*
{
"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"
}
}
]
}
]
}
Last updated