Complete OAuth authorization

OAuth callback endpoint that processes the authorization code returned by the external provider. This completes the OAuth flow and stores the access token.

Query Params
string
required
length between 1 and 255

OAuth2 authorization code returned by the identity provider after successful user consent.

string
required
length between 1 and 255

State parameter for OAuth2 security verification, must match the state provided in the consent URL.

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json