Step 1 — Authorize (browser redirect, documentation)

Browser-initiated top-level redirect — NOT a fetch/XHR call from your app. The user must hit this URL in their browser so Review Management can present the consent screen and bounce back to your registered redirect_uri with a code.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Required — the id of the OAuth client you registered.

string
required

Required — must match a redirect URI registered against the client, character for character.

string
required

Required — always code for the authorization-code flow.

string

Optional — space-separated scopes to request. Defaults to *.

string
required

Required — an unguessable random string. Store it in the user's session and compare it when the callback arrives, to prevent CSRF.

Response
200

Success

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!