The
/revenue/{id}
endpoint retrieves detailed information about a specific revenue record.
Method:GET
Path Parameter:
Parameter | Type | Description |
---|---|---|
id | string | The unique identifier of the revenue record |
Parameter | Type | Description |
---|---|---|
include (Optional) | string | Additional data to include (Artist, Asset, Product, Splits) |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ā | Revenue ID |
Query Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
include | string | query | ā | Additional data to include (Artist, Asset, Product, Splits) |
Responses
ā 200 - Success
ā ļø 401 - Unauthorized
ā ļø 404 - Not Found
ā 500 - Internal Server Error
Tags
Revenue
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Revenue ID
Query Parameters
Additional data to include (Artist, Asset, Product, Splits)