Sign in

List accounts

documented

Return a list of accounts with optional filtering parameters.

GET /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://api.saasu.com/Accounts?FileId={{$FileId}}&WsAccessKey={{$WsAccessKey}}&Page={{$page}}&PageSize={{$pageSize}}&IsActive={{$IsActive}}&IsBankAccount={{$IsBankAccount}}&AccountType={{$AccountType}}&IncludeBuiltIn={{$IncludeBuiltIn}}&HeaderAccountId={{$HeaderAccountId}}&AccountLevel={{$AccountLevel}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"