Skip to main content
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>"
}
Productos compatibles
Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing HubGratuito
Sales HubSales HubGratuito
Service HubService HubGratuito
Content HubContent HubGratuito

Path Parameters

token
string
required

The refresh token to retrieve information about.

Response

successful operation

hub_id
integer
required
user_id
integer
required
scopes
string[]
required
token_type
string
required
client_id
string
required
token
string
required
user
string
hub_domain
string
I