Check the API Health Status

At any time, the client can call this endpoint to query the status of the bot API.

1https://<HOST-URL>/status

Here’s an example of calling this endpoint.

1curl https://runtime-api-na-east.prod.chatbots.sfdc.sh/status

Here’s an example of the response. If the API is running and in good health, the status is UP, otherwise it’s DOWN.

1{
2    "status": "UP"
3}