Create an installation-scoped access token
Returns a Narrative API access token scoped to the given installation on behalf of the authenticated user. The token is used with an application (e.g., the S3 connector) to allow the application to call Narrative’s API on the user’s behalf using the permissions the user granted to the application at installation.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier for the installation.
Response
Successfully created an installation-scoped access token.
The access token
"xxxxxxxxxxx"
The TTL of the access_token in seconds
3600
The refresh token
"yyyyyyyyyyy"
The TTL of the refresh_token in seconds
14400

