Partner API
List accounts and usage
Retrieve managed firms, current resource summaries, and monthly aggregate usage.
GET
Error
List managed accounts
per_page defaults to 25 and is capped at 100.
200
GET /api/partner/v1/accounts/{id} returns the same account object. An account owned by another
partner returns 404, preventing ownership discovery.
Monthly usage
month uses YYYY-MM and defaults to the current month. Boundaries are UTC: starts_at is
inclusive and ends_at is exclusive. Future or malformed months return 422.
200
422
Authorizations
Operator-issued partner key. Accepted only under /api/partner/v1.
Query Parameters
Defaults to the current UTC month. Future months are rejected.
Pattern:
^\d{4}-(0[1-9]|1[0-2])$Error