Connection management

Get access token

Use the Get access token endpoint to retrieve a new access token for use with the Connections SDK. The token is only valid for one hour and applies to a single company.

The embeddable Connections SDK lets your customers control access to their data by allowing them to manage their existing connections.

get/companies/{companyId}/connectionManagement/accessToken

Response

Success

accessTokenstring

Access token that allows SMBs to manage connections that have access to their data.

Example response

{
  "accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
}

Changes