Get Expense Summary
Expense
Get Expense Summary
Returns aggregated expense statistics for the tenant, with optional filters.
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:
useror higher
| Parameter | Type | Description |
|---|---|---|
| startDate (Optional) | string | Filter expenses from this date (inclusive) |
| endDate (Optional) | string | Filter expenses to this date (inclusive) |
| currency (Optional) | string | Filter by currency code |
| type (Optional) | string | Filter by expense 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 expenses from this date (inclusive)
Filter expenses to this date (inclusive)
Filter by currency code (e.g., USD, EUR)
Filter by expense type
Available options:
product, artist, asset, general, marketing, production, legal, administrative Filter by expense status
Available options:
pending, approved, completed