GET Get Contact Custom Fields​
Retrieve all globally defined custom contact fields. Optionally include field type definitions and field group information by passing the with[] parameter.
By default the response contains only fields. Request field_types and/or field_groups through with[] to get the metadata needed to render a field editor.
Required capability: fcrm_manage_settings
Enforced by CustomFieldsPolicy::verifyRequest(), the policy default for this route group.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Query Parameters
Include additional data. Supported values: field_types (available field type definitions), field_groups (field group names).
Responses​
Custom fields retrieved successfully.