Passer au contenu principal
GET
/
oauth
/
v1
/
refresh-tokens
/
{token}
cURL
curl --request GET \
  --url https://api.hubapi.com/oauth/v1/refresh-tokens/{token}
{
  "client_id": "<string>",
  "hub_id": 123,
  "scopes": [
    "<string>"
  ],
  "token": "<string>",
  "token_type": "<string>",
  "user_id": 123,
  "hub_domain": "<string>",
  "user": "<string>"
}

Supported products

Paramètres de chemin

token
string
requis

Réponse

successful operation

client_id
string
requis
hub_id
integer<int32>
requis
scopes
string[]
requis
token
string
requis
token_type
string
requis
user_id
integer<int32>
requis
hub_domain
string
user
string
Last modified on June 5, 2026