List custom fields
documentedRetrieve all custom fields
GET /custom_fields/Custom Fieldsno implementation yet0 runsNo 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.callhub.io/v1/custom_fields/" \
-X GET \
-H "Authorization: Token {{CALLHUB_API_KEY}}" \
-H "Accept: application/json" \
# Sources for this endpoint: https://developer.callhub.io/docs/getting-started (region-based endpoint guidance) and https://developer.callhub.io/reference/cutom_field (GET /custom_fields/). The base URL used here mirrors the documented example https://api.callhub.io/v1/custom_fields/.
# If your account uses a region-specific domain, replace api.callhub.io with the appropriate regional host.