Create OAuth2 Secret
redirect_uri returned in the response.
Supported providers: google, github, salesforce, microsoft, slack, custom
For custom providers, you must supply auth_url and token_url.
OAuth2 secrets require a Pro or Enterprise plan.
Request Body
Response
Register the returned
redirect_uri as an authorized redirect URL in your OAuth2 provider’s app settings before redirecting users through the authorization flow.POST /v1/secrets with secret_type: "oauth2" and the same body fields.