GET
/
oauth
/
v1
/
access-tokens
/
{token}
Retrieve OAuth token metadata
curl --request GET \
  --url https://api.hubapi.com/oauth/v1/access-tokens/{token}
{
  "hub_id": 123,
  "user_id": 123,
  "scopes": [
    "<string>"
  ],
  "token_type": "<string>",
  "user": "<string>",
  "hub_domain": "<string>",
  "app_id": 123,
  "expires_in": 123,
  "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 access token that you want to retrieve information about.

Response

200
application/json

successful operation

The response is of type object.