Get
Get a token
Query Parameters
registration_id string required
The registration id
Example: google-search-console
Responses
- 200
- 401
Success
application/json
Schema
Example (from schema)
Schema
access_token string
The access token
access_token_expires_at date-time
The access token expiration
refresh_token string
The refresh token
{
"access_token": "string",
"access_token_expires_at": "2025-06-04T15:28:15.878Z",
"refresh_token": "string"
}
Authentication Failure
Loading...