Skip to main content

Create an Authorization URI

POST 

/google-search-console/oauth2/authorize-uris

deprecated

Call this API to get an authorization URI needed to interactively get an authorization token. Then call the exchangeAuthCode to exchange it with an authorization token.

Request

Body

required

    redirect_uri stringrequired

    The Redirect URI to where redirect the Client after successful authentication.

Responses

Found

Schema

    authorize_uri stringrequired

    The Authorization URI. The Client should be redirected to this URI.