Get the authorizations
GET/google-search-console/authorizations
Retrieve the authorizations of the authenticated user.
Request
Query Parameters
account_key string[]
Responses
- 200
The authorizations of the user
- application/json
- Schema
- Example (from schema)
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
[
{
"access_token_issued_at": "2024-07-29T15:51:28.071Z",
"account": "string",
"refresh_token_issued_at": "2024-07-29T15:51:28.071Z",
"status": "connected"
}
]