Sign in

List accounts

documented

Retrieve the accounts collection for the authenticated user.

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.unbounce.com/accounts?sort_order={{$sort_order}}&count={{$count}}&from={{$from}}&to={{$to}}&offset={{$offset}}&limit={{$limit}}" \
  -u "{{UNBOUNCE_API_KEY}}:" \
  -H "Accept: application/vnd.unbounce.api.v0.4+json" \
  -H "Content-Type: application/json" \
  -X GET
List accounts · unbounce · OpenIntegrations