POST body for initiating OAuth via the public API
Field | Type | Required | Description |
---|---|---|---|
redirect_url |
str | ✔️ | The URL to redirect the user to with the OAuth secret stored in the secret_id query string parameter after authentication is complete. |
source_type |
models.OAuthActorNames | ✔️ | N/A |
workspace_id |
str | ✔️ | The workspace to create the secret and eventually the full source. |
o_auth_input_configuration |
Optional[Any] | ➖ | The values required to configure OAuth flows. The schema for this must match the OAuthConfigSpecification.oauthUserInputFromConnectorConfigSpecification schema. |