Initiate connection
Headers
x-api-key
Request
InitiateConnectionPayloadDto
data
The data required to initiate a connection. Structure varies by integration type.
integrationId
The ID of the integration for which the connection is being initiated. You can get this from the /api/v1/integrations endpoint.
redirectUri
The URL to redirect to after the connection is successfully initiated.
userUuid
Deprecated: UUID of the user initiating the connection.
entityId
The entity ID to associate with the connection. Learn more about entities here.
labels
Array of labels to associate with the connection for organization and filtering.
Response
Initiates a connection for the given integration and mark the connection status as initiated if the auth scheme is OAuth1 or OAuth2
connectionStatus
The current status of the initiated connection.
connectedAccountId
The ID of the newly created connected account.
redirectUrl
URL to redirect to for completing the connection process, if required.