Get daily account creation activity
Returns the daily count of trading accounts provisioned for your organization. Use this for an account-growth chart without downloading or aggregating every page of the trading-accounts list client-side.
Dates are grouped by the account’s UTC createdAt timestamp. Optional
startDate and endDate apply to the account creation timestamp and match
the date filters on GET /organization/trading-accounts.
Example:
GET /organization/trading-accounts/activity?startDate=2026-07-01&endDate=2026-07-31
Permissions: requires view access to “Traders & accounts”.
Authentication: Accepts either Authorization: Bearer <jwt> (dashboard) or X-API-Key: hp_live_... (programmatic).
Authorizations
JWT Bearer token for user session auth. Format: "Bearer {token}". Used by User and Organization endpoints.
Query Parameters
Only include accounts created from this date onwards
Only include accounts created up to this date