Sign in

List custom fields

documented

List all custom fields.

GET /v1/categories/custom_fieldsCustom Fieldsno 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://api.crmworkspace.com/v1/categories/custom_fields" \
  -X GET \
  -H "AUTHORIZATION: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"document_type": "{{$document_type}}"}'
List custom fields · Wealthbox · OpenIntegrations