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

Description

Non-admin users only see expenses for their own account and their artists. 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 expenses from this date (inclusive)

endDate
string<date>

Filter expenses to this date (inclusive)

currency
string

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

type
enum<string>

Filter by expense type

Available options:
product,
artist,
asset,
general,
marketing,
production,
legal,
administrative
status
enum<string>

Filter by expense status

Available options:
pending,
approved,
completed

Response

Success

message
string
Example:

"success"

summary
object