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
- application/json
Body
required
redirect_uri stringrequired
The Redirect URI to where redirect the Client after successful authentication.
Responses
- 200
- 401
- 404
Found
- application/json
- Schema
- Example (from schema)
Schema
authorize_uri stringrequired
The Authorization URI. The Client should be redirected to this URI.
{
"authorize_uri": "string"
}
Authentication Failure
Not Found