Get Google Search Console sites
GET/google-search-console/sites
List all of sites from the authenticated google search console in account.
Request
Query Parameters
relatedSiteUrl string
Filters the list to include only site URLs that are equal to or related to the given site URL, including its parent or base URLs.
Responses
- 200
- 401
- 412
List of GSC sites
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
url stringrequired
The Website URL, it may also start with thew sc-domain: prefix.
[
{
"url": "string"
}
]
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
url stringrequired
The Website URL, it may also start with thew sc-domain: prefix.
[
{
"url": "string"
}
]
When the account is not connected to any Google Search Console
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
url stringrequired
The Website URL, it may also start with thew sc-domain: prefix.
[
{
"url": "string"
}
]