Skip to main content

Get the authorizations

GET 

/google-search-console/authorizations

Retrieve the authorizations of the authenticated user.

Request

Query Parameters

    account_key string[]

Responses

The authorizations of the user

Schema

  • Array [

  • access_token_issued_at date-timerequired

    When the access token was issued

    account stringrequired

    Account key

    refresh_token_issued_at date-time

    When the refresh token was issued

    status AuthorizationStatus (string)required

    Possible values: [connected]

    The connections status

  • ]