Get
GET/tokens
Get a token
Request
Query Parameters
registration_id stringrequired
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": "2024-07-29T15:51:28.071Z",
"refresh_token": "string"
}
Authentication Failure