Saltar al contenido 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

Parámetros de ruta

token
string
requerido

Respuesta

successful operation

client_id
string
requerido
hub_id
integer<int32>
requerido
scopes
string[]
requerido
token
string
requerido
token_type
string
requerido
user_id
integer<int32>
requerido
hub_domain
string
user
string
Última modificación el 13 de abril de 2026