Skip to main content
POST
List connected integrations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

List the connectors this organization has.

Response

Success

authMethodId
string
required
createdAt
string
required

a string to be decoded into a DateTime.Utc

id
string
required
integrationId
string
required
isDefault
boolean
required
lastUsedAt
string | null
required

a string to be decoded into a DateTime.Utc

name
string
required
scope
enum<string>
required
Available options:
organization,
personal
status
enum<string>
required
Available options:
active,
invalid