GET
/
oauth
/
v1
/
refresh-tokens
/
{token}
Retrieve refresh token metadata
curl --request GET \
  --url https://api.hubapi.com/oauth/v1/refresh-tokens/{token}
{
  "hub_id": 123,
  "user_id": 123,
  "scopes": [
    "<string>"
  ],
  "token_type": "<string>",
  "user": "<string>",
  "hub_domain": "<string>",
  "client_id": "<string>",
  "token": "<string>"
}
Unterstützte Produkte
Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing HubKostenlos
Sales HubSales HubKostenlos
Service HubService HubKostenlos
Content HubContent HubKostenlos

Path Parameters

token
string
required

The refresh token to retrieve information about.

Response

200
application/json

successful operation

The response is of type object.