v52

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-045244247.9 KB
Connection management

Get access token (old)

The new Get company access token endpoint replaces this endpoint and includes additional functionality.

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"
}