Sign in

List sub-accounts for account

documented

Retrieve all sub-accounts belonging to the specified account.

GET /accounts/{account_id}/sub_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.unbounce.com/accounts/{{$account_id}}/sub_accounts?sort_order={{$sort_order}}&count={{$count}}&from={{$from}}&to={{$to}}&offset={{$offset}}&limit={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/vnd.unbounce.api.v0.4+json"