Skip to main content
GET
Monthly usage statement

Authorizations

Authorization
string
header
required

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

Query Parameters

month
string
required

The UTC month, YYYY-MM.

Pattern: ^\d{4}-\d{2}$
format
string
default:json

json (the default) or csv.

Pattern: ^(json|csv)$

Response

The month's statement.

lines
UsageStatementLine · object[]
required

One line per space of the tenant that existed in the month, with or without usage.

month
string
required