You can get data about your team being online / offline and basic data of your organization by this API request:
You can get data about your team being online / offline and basic data of your organization by this API request:
Url: https://your-organization.helpcrunch.com/api/public/organizations
Method: GET
Headers: Authorization: Bearer api-key=”842699d800d4df44831d8968ecfda46367717109″
Response:
{
"id": 135,
"name": "your-organization",
"domain": "your-organization",
"team_online": false,
"chat_enabled": true
}