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

Description

/product/summary Description: The /product/summary endpoint retrieves aggregated statistics for all products in a tenant, including counts by status, format, and type, plus revenue data from ProductStats. Role-Based Access:
  • Admin/Owner: See summary for all products in the tenant
  • Other Users: See summary only for products associated with their artists
Method: GET Response Data: 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 products created from this date (inclusive)

endDate
string<date>

Filter products created to this date (inclusive)

status
enum<string>

Filter by product status

Available options:
Live,
Taken Down,
Scheduled,
Pending,
Error
format
enum<string>

Filter by product format

Available options:
Single,
EP,
Album,
LP
type
enum<string>

Filter by product type

Available options:
Audio,
Video,
Ringtone

Response

Success

message
string
Example:

"success"

summary
object