Skip to main content

Get Google Search Console sites

List all of sites from the authenticated google search console in account.

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

List of GSC sites


Schema
  • Array [
  • url string required

    The Website URL, it may also start with thew sc-domain: prefix.

  • ]
GET /google-search-console/sites

Authorization

name: Authorizationtype: apiKeydescription: `Key {your key}`in: header

Request

Base URL
https://api.wordlift.io
ApiKey
relatedSiteUrl — query
curl / cURL
curl -L -X GET 'https://api.wordlift.io/google-search-console/sites' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'