Applications API allows you to get all your website widgets and apps.
Here's the example response for the Application API methods:
{
"data": [
{
"id": 78,
"name": "Demo iOS App",
"active": true,
"type": "ios"
},
{
"id": 7067,
"name": "Demo Web App",
"active": false,
"type": "web"
},
{
"id": 2543,
"name": "Demo Android App",
"active": true,
"type": "android"
}
]
}
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 | true - application installed successfully, false - application not installed yet |
type | String | "web" - website widget "ios" - iOS SDK application "android" - Android SDK application |
If you have any questions regarding the REST API, feel free to chat us any time.
👩💻 Happy Coding! 👨💻