Create an integration installation API token
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
integrationNamestring · max: 100RequiredPattern:
Name of the integration.
^[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
404
Installation could not be found
application/json
post/integrations/{integrationName}/installations/{installationId}/tokens
Last updated
Was this helpful?