Applications API allows you to get all your website widgets and apps.
Here's the example response for the Application API methods:
{
"data": [
{
"id": 61,
"name": "Demo iOS App",
"displayName": "HelpCrunch iOS Demo";
"active": true,
"type": "ios"
},
{
"id": 65,
"name": "Demo Web App",
"displayName": "HelpCrunch Demo";
"active": false,
"type": "web"
},
{
"id": 70,
"name": "Demo Android App",
"displayName": "Android Demo";
"active": true,
"type": "android"
},
{
"id": 71,
"name": "17841453198752656",
"displayName": "helpcrunch_family",
"active": true,
"type": "Instagram"
},
{
"id": 74,
"name": "573515439427574",
"displayName": "HelpCrunch",
"active": true,
"type": "Facebook"
},
{
"id": 77,
"name": "17141453198750000",
"displayName": "helpcrunch_team",
"active": true,
"type": "Instagram"
},
{
"id": 79,
"name": "pa:5752910518187380000",
"displayName": "HelpCrunch",
"active": true,
"type": "Viber"
}
],
"meta": {
"total": 10
}
}
Below you can find details on each of the Application Object fields.
Field | Type | Description |
id | Integer | Unique id of the application provided by HelpCrunch |
name | String | Application name |
active | Boolean |
For web/iOS/Android:
For Facebook/Instagram/Telegram/Viber/WhatsApp:
|
type | String |
"web" - website widget |
If you have any questions regarding the REST API, feel free to chat us any time.
👩💻 Happy Coding! 👨💻