Send Oauth2 Code

Send the OAuth2 authorization code for a source.

This will:

  1. Get the OAuth2 settings for the source
  2. Exchange the authorization code for a token
  3. Create an integration credential with the token

Args:

db: The database session short_name: The short name of the source code: The authorization code user: The current user

Returns:

connection (schemas.Connection): The created connection

Headers

x-api-keystringOptional

Request

This endpoint expects an object.
short_namestringRequired
codestringRequired

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