Skip to main content

OAuthCallbackRequest

OAuth callback request

codestringrequired

OAuth authorization code

Example: abc123
redirectUristringrequired

Redirect URI used in the authorization request

Example: https://app.example.com/integrations/callback
statestringrequired

State parameter for CSRF protection

Example: random-state-string
OAuthCallbackRequest
{
"code": "abc123",
"redirectUri": "https://app.example.com/integrations/callback",
"state": "random-state-string"
}