Skip to main content
GET
/
revenue
/
subscriptions
Get per-subscription revenue by month
curl --request GET \
  --url https://api.salesbricks.com/api/v2/revenue/subscriptions \
  --header 'X-SALESBRICKS-KEY: <api-key>'

Authorizations

X-SALESBRICKS-KEY
string
header
required

API key for authentication

Query Parameters

customer_id
string

Filter results to a single customer.

end
string

End month in YYYY-MM format (defaults to 11 months after start).

limit
integer

Page size (default 100, max 1000).

offset
integer

Page offset (default 0).

start
string

Start month in YYYY-MM format (defaults to 12 months ago).

subscription_id
string

Filter results to a single subscription.

Response

200

No response body