Get Revenue Summary
Revenue
Get Revenue Summary
Returns aggregated revenue statistics for the tenant, with optional filters.
GET
Get Revenue Summary
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Authorization:- Required role:
useror higher
| Parameter | Type | Description |
|---|---|---|
| startDate (Optional) | string | Filter revenues from this date (inclusive) |
| endDate (Optional) | string | Filter revenues to this date (inclusive) |
| currency (Optional) | string | Filter by currency code |
| type (Optional) | string | Filter by revenue type |
| status (Optional) | string | Filter by status (pending, approved, completed) |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Filter revenues from this date (inclusive)
Filter revenues to this date (inclusive)
Filter by currency code (e.g., USD, EUR)
Filter by revenue type
Available options:
streaming, sales, licensing, sync, merchandise, live_performance, other Filter by revenue status
Available options:
pending, approved, completed