From Bright Pattern Documentation
< 5.2:Mobile-web-api-specification
Revision as of 04:32, 29 May 2024 by BpDeeplTranslateMaintenance (talk | contribs) (Updated via BpDeleteTranslateTags script)
Check Availability
Returns the current status of configured services.
Request
URI
http[s]://<host>/clientweb/api/v1/availability?tenantUrl=<tenantUrl>
HTTP Method
GET
Response
Content type
application/json
Example Response
{ "chat": "<available|notAvailable>" }
Status Meanings
Status Name | Description |
available | The requested service is available. |
notAvailable | The office providing the requested service is currently closed. |
Codes
Code | Description |
200 | Names of configured services with current status |
401 | Unauthorized |