Sign in

List accounts

documented

Get all accounts and associated data in your Nutshell instance.

GET /rest/accountsAccountsno 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/rest/accounts" \\\n  -X GET \\\n  -u "{{$nutshell_username}}:{{NUTSHELL_API_KEY}}" \\\n  -H "Accept: application/json" \\\n  -H "Content-Type: application/json"