Skip to main content
GET
Get monthly recurring revenue

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required

Organization ID

Example:

"org-abc123"

Query Parameters

asOf
string

ISO-8601 reference date for the MRR snapshot. Defaults to the current time.

Example:

"2026-05-01T00:00:00.000Z"

Response

MRR and active subscription count

mrr
string
required

Monthly recurring revenue, serialised as a string (bigint).

Example:

"900000000"

activeSubscriptions
number
required

Number of currently active subscriptions.

Example:

42