Skip to main content
Create an external integration account link token

Authorizations

Authorization
string
header
required

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

Body

application/json
externalUserId
string
required
Required string length: 1 - 128
Example:

"slack-user-id"

externalDisplayName
string
Required string length: 1 - 120
Example:

"John Tan"

Response

Short-lived external integration account link URL for the user to open in a browser.

expiresAt
string<date-time>
required