Skip to main content

List

GET 

/ext/google/searchconsole/websites

List the Websites

Request

Query Parameters

    google_access_token stringrequired

    The Google access token, must have access to the Google Search Console scope

    limit integer

    Default value: 10

    The maximum number of results

Responses

Found

Schema

    first stringnullablerequired

    The link to the first page.

    items

    object[]

    required

    An array of objects.

  • Array [

  • url stringrequired

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

  • ]

  • last stringnullablerequired

    The link to the last page.

    next stringnullablerequired

    The link to the next page or null if there's no page.

    prev stringnullablerequired

    The link to the previous page or null if there's no page.

    self stringnullablerequired

    The link to the current page.