Skip to content
Start in Cloud

Start Google Search Console OAuth

POST
/api/user/teams/{id}/integrations/google-search-console/connect
curl --request POST \
--url https://hitkeep.com/api/user/teams/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/integrations/google-search-console/connect \
--header 'Content-Type: application/json' \
--cookie hk_token=<hk_token> \
--data '{ "return_path": "example" }'

Creates a state-bound read-only Google Search Console OAuth URL for the team.

id
required
string format: uuid
Media type application/json
object
return_path
string
Example generated
{
"return_path": "example"
}

Google Search Console OAuth URL

Media type application/json
object
auth_url
required
string format: uri
Example generated
{
"auth_url": "https://example.com"
}

Access denied

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

Credentials missing

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