From Bright Pattern Documentation
<translate>= Check Availability= Check Availability returns the current status of configured services.
The notAvailable status normally means that the office providing the requested service is currently closed.
URI
http[s]://<host>:<port>/clientweb/api/v1/availability?tenantUrl=<tenantUrl>
Method
GET
Returns
200 – Names of configured services with current status (content type: application/json)
Example
{
"chat": “<available|notAvailable>” } |
Errors
401 – Unauthorized
</translate>