Send Oauth2 White Label Code

Exchange the OAuth2 authorization code for a white label integration.

Args:

db: The database session white_label_id: The ID of the white label integration code: The authorization code user: The current user background_tasks: The background tasks

Returns:

connection (schemas.Connection): The created connection

Path parameters

white_label_idstringRequired

Headers

x-api-keystringOptional

Request

This endpoint expects a string.

Response

Successful Response

namestring
integration_typeenum

Integration type enum.

Allowed values:
statusenum

Connection status enum.

Allowed values:
short_namestring
idstringformat: "uuid"
integration_credential_idstringOptionalformat: "uuid"
organization_idstringOptionalformat: "uuid"
created_by_emailstringOptional
modified_by_emailstringOptional

Errors