List Fields
List field schemas (key, label, object type, and value data type). Use this endpoint to discover which field keys are available for use in the fields and companyFields maps of other endpoints. Omit objectType to return fields across all object types.
Results are paginated with an opaque cursor returned as pagination.nextCursor. Pass it back as the cursor query parameter to fetch the next page. A null cursor means there are no more results.
Authorizations
Your Conversion API key. Found in Settings > Integrations in the dashboard. Format: sk_live_<key_id>_<secret>.
Query Parameters
Filter results to a single object type (case-insensitive). Omit to return fields across all object types. An unsupported value returns an invalid_object_type error.
CONTACT, COMPANY, OPPORTUNITY, CAMPAIGN_MEMBER The maximum number of fields to return per page. Defaults to 50. Values are clamped to the range [1, 100] rather than rejected; values above 100 return 100 results.
1 <= x <= 100The opaque pagination cursor returned as pagination.nextCursor by a previous call. Omit to fetch the first page. An invalid or malformed cursor returns an invalid_cursor error.