App connections API

Manage connections to external applications and services

Available Endpoints

The App Connection Object

id string

System-generated unique identifier

app_type string

Type of application being connected

last_used_at string

Last used at in specified timezone

last_used_at_string string

Last used at formatted as human-readable string

last_used_at_utc string

Last used at in UTC

name string

Name of the app connection

object string

Object type identifier

status string

Current status of the app connection

App Connection Object
1
2
3
4
5
6
7
8
9
10
{
  "id": "01980228-9dfc-7bdc-88f9-4595d74b3636",
  "app_type": "slack",
  "last_used_at": null,
  "last_used_at_string": null,
  "last_used_at_utc": null,
  "name": "Connection 1",
  "object": "app_connection",
  "status": "active"
}