GET
/
integrations
/
v1
/
me
Get details for a HubSpot account
curl --request GET \
  --url https://api.hubapi.com/integrations/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "portalId": 2519445,
  "timeZone": "America/New_York",
  "currency": "USD",
  "utcOffsetMilliseconds": -18000000,
  "utcOffset": "-05:00"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200
application/json

Account details retrieved successfully

The response is of type object.