Skip to main content
GET
Get MRR, ARR, and ACV for a subscription

Authorizations

Authorization
string
header
required

API key authentication. Pass your API key as a Bearer token.

Headers

Alguna-Version
enum<string>
required
Available options:
2026-04-01

Path Parameters

id
string
required

Unique identifier for the subscription

Response

Success

annual_contract_value
string
required

Annual contract value (ACV)

Example:

"125000.00"

annual_recurring_revenue
string
required

Annual recurring revenue (ARR)

Example:

"120000.00"

currency
string
required

ISO 4217 currency code

Example:

"USD"

monthly_recurring_revenue
string
required

Monthly recurring revenue (MRR)

Example:

"10000.00"