connect

Get a Connect token

Get an access token for a connector identified by the path parameter and scoped to the requester.

post/v1/connect/token/{connector}

Path parameters

connectorstring required

Request body

installationIdstring
audiencestring[]
scopesstring[]
resourcesstring[]
validityBufferMsnumber

Response

tokenstring required
expiresAtnumber required
namestring
installationIdstring
tenantIdstring
externalSubjectstring
metadataobject

Driver-specific metadata (e.g., botUserId for Slack).

Changes