Skip to main content
POST
Create Connection Token

Headers

authorization
string | null
x-api-key
string | null

Path Parameters

connection_id
string
required

A unique identifier for the connection

Body

application/json
scope
enum<string>
required

The intended scope of the token to be generated

Available options:
access
Example:

"access"

Response

Successful Response

connection_token
string
required

The generated connection token

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."