Saltar al contenido principal
GET
/
crm
/
associations
/
2026-03
/
definitions
/
configurations
/
all
Retrieve all association limits
curl --request GET \
  --url https://api.hubapi.com/crm/associations/2026-03/definitions/configurations/all \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "typeId": 123,
      "label": "<string>",
      "userEnforcedMaxToObjectIds": 123
    }
  ]
}

Supported products

Autorizaciones

Authorization
string
header
requerido

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

Respuesta

successful operation

results
object[]
requerido
Última modificación el 5 de junio de 2026