Skip to main content
POST
Batch windowed account metrics

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
account_ids
string<uuid>[]
required

Org account UUIDs to window (1–200).

Required array length: 1 - 200 elements
period
enum<string>
default:30d

Preset window (7d/30d/90d) or 'custom' with start_date/end_date.

Available options:
7d,
30d,
90d,
custom
start_date
string<date> | null

Inclusive UTC start; required when period=custom.

end_date
string<date> | null

Inclusive UTC end; required when period=custom.

Response

Successful Response

data
object
required
meta
object
required