Sign in

List assets

documented

Paginated list of assets filtered by asset type.

GET /api/1.1/json/assets/?asset_type={asset_type_id}&size={size}&page={page}Assetsno 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://customersupport.happyfox.com/api/1.1/json/assets/?asset_type={{$asset_type_id}}&size={{$size}}&page={{$page}}" \
  -u "{{HAPPYFOX_API_KEY}}:{{HAPPYFOX_SECRET}}" \
  -H "Accept: application/json"
List assets · happyfox · OpenIntegrations