For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create an integration installation API token

Creates a temporary API token of an integration's installation that has access to the installation and it's scopes. You must be authenticated as the integration to obtain this token.

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
integrationNamestring · max: 100Required

Name of the integration.

Pattern: ^[a-zA-Z0-9-_.]+$
installationIdstringRequired

Identifier of the installation

Responses
200

The API token for the installation

application/json
tokenstringRequired

Temporary access token to authenticate with the API

post/integrations/{integrationName}/installations/{installationId}/tokens

Last updated

Was this helpful?

Powered by GitBook