Sign in

List Subaccounts

documented

List all subaccounts.

GET /a1/subaccountsSubaccountsno 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.46elks.com/a1/subaccounts" \
  -u "{{46ELKS_API_KEY}}:{{46ELKS_SECRET}}" \
  -X GET \
  -H "Accept: application/json"
List Subaccounts · 46elks · OpenIntegrations