Status
The Status API allows you to check the current status of Firebot
GET/status
Current status
Fetches the current status of Firebots connections, specifically the chat connection status.
Request
GET
/statuscurl http://localhost:7472/api/v1/status
Response
{
"connections": {
"chat": true
}
}