Asked by joe conery on Oct 20, 2024
Joe Conery asked how to retrieve the schema (including data types) for standard and custom HubSpot objects via API.
Answered by Ryan Ginsberg
Use the CRM Object Schemas API (`GET /crm-object-schemas/v3/schemas/{objectType}` for a specific object) or the CRM Properties API (`GET /crm/v3/properties/{objectType}` for all properties of an object).