Skip to main content
GET
Get Revenue Summary
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Authorization:
  • Required role: user or higher
Query Parameters:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

startDate
string<date>

Filter revenues from this date (inclusive)

endDate
string<date>

Filter revenues to this date (inclusive)

currency
string

Filter by currency code (e.g., USD, EUR)

type
enum<string>

Filter by revenue type

Available options:
streaming,
sales,
licensing,
sync,
merchandise,
live_performance,
other
status
enum<string>

Filter by revenue status

Available options:
pending,
approved,
completed

Response

Success

message
string
Example:

"success"

summary
object