List installed apps

List installed apps

Endpoint

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

Response

Returns successful.

Response Properties

collection array

No description available

meta object

No description available

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": "01980228-a598-728a-9405-e1c9e0ac217f",
      "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
  }
}