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
tokenIdstring required
expiresAtnumber required
namestring
installationIdstring
tenantIdstring
externalSubjectstring
claimsobject

Claims extracted from the provider's tokens per the connector's ForwardedClaims allow-list. Currently sourced from the OIDC id_token only.

metadataobject

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

Changes