Get CRM Entity Schema
CRM
Get CRM Entity Schema
Discover the valid fields/properties on a CRM entity (account, contact, lead, or opportunity) in the connected CRM (Salesforce or HubSpot). Introspect the schema first, then fetch fields by their real API names instead of guessing.
GET
Get CRM Entity Schema
Authorizations
Query Parameters
CRM entity to introspect: account, contact, lead, or opportunity. Note: HubSpot does not support leads.
Available options:
account, contact, lead, opportunity Optional case-insensitive filter. Only fields whose API name, label, or description contains this substring are returned. Useful for locating a known field (e.g. 'qualification') without scanning the full property list.
Response
200 - application/json
Valid fields/properties for the CRM entity