Connections
Initiate connection
POST
/
api
/
v1
/
connectedAccounts
Authorizations
Body
application/json
The data required to initiate a connection. Structure varies by integration type.
The ID of the integration for which the connection is being initiated. You can get this from the /api/v1/integrations endpoint.
Minimum length:
1
The URL to redirect to after the connection is successfully initiated.
Deprecated: UUID of the user initiating the connection.
Array of labels to associate with the connection for organization and filtering.
Response
200 - application/json
The current status of the initiated connection.
Minimum length:
1
The ID of the newly created connected account.
Minimum length:
1
URL to redirect to for completing the connection process, if required.
Was this page helpful?