List all asset custom fields
documentedMetadata for all asset custom fields.
GET /api/1.1/json/asset_custom_fields/Assetsno 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://{{$account_domain}}/api/1.1/json/asset_custom_fields/?asset_type={{$asset_type_id}}&size={{$size}}&page={{$page}}" \
-X GET \
-u "{{HAPPYFOX_API_KEY}}:{{HAPPYFOX_SECRET}}" \
-H "Accept: application/json"