Skip to content
Start in Cloud

Complete Google Search Console OAuth

GET
/api/integrations/google-search-console/oauth/callback
curl --request GET \
--url 'https://hitkeep.com/api/integrations/google-search-console/oauth/callback?state=example&code=example' \
--cookie hk_token=<hk_token>

Completes the authenticated Google Search Console OAuth callback.

state
required
string
code
required
string

Redirects to the integration page.

Invalid OAuth state or callback

Media type application/json
object
message
string
Example generated
{
"message": "example"
}

OAuth exchange failed

Media type application/json
object
message
string
Example generated
{
"message": "example"
}