Skip to main content
GET
Retrieve access token

Authorizations

x-api-key
string
header
required

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

tenant
string
required

ID of tenant

connector_id
string
required

ID of connector

Example:

"salesforce"

Query Parameters

include_properties
string

Comma separated list of properties to include in addition to acces token.

Example:

"refresh_token,expires_in"

Response

200

success
boolean
Example:

true

access_token
string
Example:

"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9..."