POST
/
connection
/
{connection_id}
/
token
{
  "connection_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}

Headers

x-api-key
string
required

The client's API key secret value

Path Parameters

connection_id
string
required

Body

application/json
scope
enum<string>
required

The intended scope of the token to be generated

Available options:
link,
access

Response

201
application/json
Successful Response
connection_token
string
required

The generated connection token

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."