Validate the chat gateway
This request returns true if the external chat gateway connection is valid.
Resource
GET https://<HOST>/portal/chat/<TENANT>/gateways/<GATEWAY_ID>/validate
Where 'GATEWAY_ID' is the id of the gateway.
Parameters
None
Payload
None
Response
Boolean Response < boolean >
Context
Authorization |
Authorized by token: |
Errors
HTTP code | Description |
---|---|
400 |
Missing tenant, gateway id |
500 |
General error, gateway not found |
Example
Request
GET https://xelion.nl/portal/chat/master/gateways/1234567/validate
Response
{
"value": false
}