Generates a new OAuth authorization URL so the user can reconnect an existing OAuth integration account.
Optional tenant ID to specify which tenant to operate as. Controls access to integration accounts. If not provided, the default tenant will be used.
The integration account ID to reauthorize
Client redirect URL to send the user back to after OAuth completes.
"https://app.example.com/integrations/hostfully/success"
Webhook URL Zepl should POST the OAuth result to once complete.
"https://api.example.com/oauth/notifications"
Optional label to display during consent; defaults to the existing account name.
"Downtown Portfolio"
OAuth reauthorization URL generated successfully
URL to redirect the user for OAuth authorization
"https://provider.com/oauth/authorize?client_id=abc&redirect_uri=xyz"
Whether the provider supports workspace-level webhook subscription
true
Whether the provider supports subscription API
true
URLs for webhooks configured for this integration
["https://api.example.com/webhooks/12345"]