Saltar al contenido principal
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"
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt

Use this file to discover all available pages before exploring further.

Autorizaciones

Authorization
string
header
requerido

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

Respuesta

Account details retrieved successfully

portalId
integer
requerido

The Portal ID (often called the Hub ID) of the account

timeZone
string
requerido

The time zone setting of the account

currency
string
requerido

The selected currency of the account

utcOffsetMilliseconds
integer
requerido

The UTC offset in milliseconds

utcOffset
string
requerido

The UTC offset in standard format (e.g., '-05:00')

Last modified on April 13, 2026