Organization model

Details on every Organization Object field
Written by Konstantine
Updated 6 months ago

Organization API allows you to get your team availability status and basic information about your organization.

Here's the example response for the Organization API methods:

{
  "data": {
    "id": 542335,
    "domain": "string",
    "teamOnline": true,
    "chatEnabled": true
  }
}

Below you can find details on each of the Organization Object fields.

Field Type Description
id Integer Unique id of your organization provided by HelpCrunch
domain String Domain of your organization that was indicated during the registration process
teamOnline Boolean true - your team is online, false - your team is offline
chatEnabled Boolean true - all your website widgets are shown, false - all your website widgets are hidden

If you have any questions regarding the REST API, feel free to chat us any time.

👩‍💻 Happy Coding! 👨‍💻

Did this answer your question?