Pular para o conteúdo principal
GET
/
crm
/
v3
/
limits
/
records
Ler limites de registros
curl --request GET \
  --url https://api.hubapi.com/crm/v3/limits/records \
  --header 'Authorization: Bearer <token>'
{
  "customObjectTypes": {
    "byObjectType": [
      {
        "objectTypeId": "<string>",
        "pluralLabel": "<string>",
        "singularLabel": "<string>",
        "usage": 123
      }
    ],
    "overallLimit": 123,
    "overallPercentage": 123,
    "overallUsage": 123
  },
  "hubspotDefinedObjectTypes": [
    {
      "limit": 123,
      "objectTypeId": "<string>",
      "percentage": 123,
      "pluralLabel": "<string>",
      "singularLabel": "<string>",
      "usage": 123
    }
  ]
}

Produtos suportados

Requer um dos seguintes produtos ou superior.
Marketing HubMarketing Hub -Grátis
Sales HubSales Hub -Grátis
Service HubService Hub -Grátis
Content HubContent Hub -Grátis

Autorizações

Authorization
string
header
obrigatório

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

Resposta

successful operation

customObjectTypes
object
obrigatório
hubspotDefinedObjectTypes
object[]
obrigatório
Last modified on December 8, 2025