List installed apps

List installed apps

Endpoint

GET https://embedworkflow.com/api/v1/installed_apps

Response

Returns successful.

Response Properties

collection array
meta object
Response
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "collection": [
    {
      "id": "0198c2e9-bf5b-79e8-ac08-25857f4b1b2f",
      "app_identifier": "slack",
      "app_version": "1.0.0",
      "available_version": "1.0.0",
      "groups": [],
      "icon": {},
      "last_used_at": null,
      "last_used_at_string": null,
      "last_used_at_utc": null,
      "name": "Slack",
      "object": "installed_app",
      "previous_version": null,
      "upgrade_available": false,
      "upgraded_at": null,
      "upgraded_at_string": null,
      "upgraded_at_utc": null
    }
  ],
  "meta": {
    "page_limit": 25,
    "has_next_page": false,
    "has_previous_page": false
  }
}