メインコンテンツへスキップ
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

パスパラメータ

token
string
必須

レスポンス

successful operation

client_id
string
必須
hub_id
integer<int32>
必須
scopes
string[]
必須
token
string
必須
token_type
string
必須
user_id
integer<int32>
必須
hub_domain
string
user
string
最終更新日 2026年6月11日