Retrieve access token
Access Tokens
Retrieve access token
Uses the tenant’s linked credentials to retrieve a new access token for a given connector. Only supported on select connectors. Requires a secret API key, or a public API key with a tenant JWT passed via the token query parameter.
GET
Retrieve access token
Authorizations
Path Parameters
ID of environment
ID of flow
ID of tenant
ID of connector
Example:
"salesforce"
Query Parameters
Comma separated list of properties to include in addition to acces token.
Example:
"refresh_token,expires_in"
JWT token generated with your private signing key. Required when using a public API key instead of a secret API key.