Skip to main content
GET
Error

List managed accounts

Accounts are ordered by numeric ID. 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
Created and completed submission counts use their respective timestamps. Template totals exclude archived templates and internal one-off templates, including cover-page clones. User totals include only active users.
422

Authorizations

Authorization
string
header
required

Operator-issued partner key. Accepted only under /api/partner/v1.

Query Parameters

month
string

Defaults to the current UTC month. Future months are rejected.

Pattern: ^\d{4}-(0[1-9]|1[0-2])$

Response

Per-account and aggregate usage

month
string
required
Pattern: ^\d{4}-(0[1-9]|1[0-2])$
period
object
required
accounts
object[]
required
totals
object
required