Sign in

List account items

documented

Get a list of accounts as list items for filtering.

GET /rest/accounts/listAccountsno 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://app.nutshell.com/api/v1/accounts/list?limit={{$limit}}&page={{$page}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Basic {{NUTSHELL_BASIC_AUTH}}"