v1

latestOpenAPI 3.0.0MIT2026-07-14102210128.7 KB
destination_oauth

Given a destination def ID generate an access/refresh token etc.

post/v1/destination_oauths/complete_oauth

Request body

destinationDefinitionIdstring uuid required
destinationIdstring uuid
{"stackTrail":"components:schemas:OAuthConfiguration","oasType":"schema","type":"unknown","description":"The values required to configure OAuth flows. The schema for this must match the `OAuthConfigSpecification.oauthUserInputFromConnectorConfigSpecification` schema."}
queryParamsobject

The query parameters present in the redirect URL after a user granted consent e.g auth code

redirectUrlstring

When completing OAuth flow to gain an access token, some API sometimes requires to verify that the app re-send the redirectUrl that was used when consent was given.

workspaceIdstring uuid required

Response

Successful operation

CompleteOAuthResponse required