Sign in

Get property

documented

Retrieve a specific property definition.

GET /crm/v3/properties/{objectTypeId}/{propertyName}CRMno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.hubapi.com/crm/v3/properties/{{$objectType}}/{{$propertyName}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  # Source: HubSpot official docs for Read a property (GET /crm/v3/properties/{objectType}/{propertyName}) https://developers.hubspot.com/docs/api-reference/crm-properties-v3/core/get-crm-v3-properties-objectType-propertyName