Get User Stats
User
Get User Stats
/user//stats
GET
Get User Stats
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
/user//stats Description:The
/user/{userId}/stats endpoint allows users to retrieve statistical information related to a specific user identified by their unique userId.
Method:GET Path Parameter:
| Parameter | Type | Description |
|---|---|---|
| userId | string | The unique identifier of the user. |
See Sample Response below
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
User ID
Response
Success (NEW) - get user stats
Number of artists associated with the user
Number of assets associated with the user
Number of products associated with the user
Number of splits/shares assigned to the user
Total royalty share amount
Amount already paid to the user
Net earnings
Gross earnings
Amount currently due to the user