Sign in

Get Subaccount

documented

Get a subaccount's details.

GET /a1/subaccounts/{id}Subaccountsno 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/{{$subaccount_id}}" \
  -u "{{$subaccount_id}}:{{$subaccount_secret}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded"
Get Subaccount · 46elks · OpenIntegrations