Skip to main content
GET
/
api
/
oauth
/
callback
Error
A valid request URL is required to generate request examples
"<string>"

Query Parameters

state
string
required

State parameter for OAuth security (CSRF protection)

code
string

Authorization code from the OAuth provider. Present on success only; code and error are mutually exclusive — one of them is always set.

error
string

Error code if authorization failed. Mutually exclusive with code.

error_description
string

Error description if authorization failed

Response

OAuth authorization successful. Returns HTML page that closes the authorization window.

The response is of type string.