Passer au contenu principal
GET
/
crm
/
property-validations
/
2026-03
/
{objectTypeId}
cURL
curl --request GET \
  --url https://api.hubapi.com/crm/property-validations/2026-03/{objectTypeId} \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "propertyName": "<string>",
      "propertyValidationRules": [
        {
          "ruleArguments": [
            "<string>"
          ],
          "ruleType": "AFTER_DATETIME_DURATION",
          "shouldApplyNormalization": true
        }
      ]
    }
  ]
}

Supported products

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

objectTypeId
string
requis

Réponse

successful operation

results
object[]
requis

Collection of properties with their validation rules. Each item maps a property name to its configured validation rules for the specified object type.

Last modified on April 2, 2026