Sign in

List contact custom fields

documented

Metadata for all contact custom fields.

GET /api/1.1/json/user_custom_fields/Contactsno 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://{{$account_domain}}/api/1.1/json/user_custom_fields/" \
  -X GET \
  -H "Authorization: Basic {{HAPPYFOX_API_KEY}}:{{HAPPYFOX_SECRET}}" \
  -H "Accept: application/json"
List contact custom fields · happyfox · OpenIntegrations