Sign in

Create Subaccount

documented

Create a new subaccount.

POST /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" \
  -X POST \
  -u "{{46ELKS_USERNAME}}:{{46ELKS_SECRET}}" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d "name={{$name}}" \
  -d "usagelimit={{$usagelimit}}"
Create Subaccount · 46elks · OpenIntegrations