Skip to main content
POST
Connect an integration

Authorizations

Authorization
string
header
required

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

Body

application/json

Connect an integration. The values are encrypted on arrival and never read back.

authMethodId
string
required

a string at least 1 character(s) long

Minimum string length: 1
integrationId
string
required

a string at least 1 character(s) long

Minimum string length: 1
name
string
required

a string at most 80 character(s) long

Required string length: 1 - 80
values
object
required
isDefault
boolean
scope
enum<string>
Available options:
organization,
personal

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