Request
Parameters
| Parameter | Type | Description |
|---|---|---|
type | string | Data to retrieve: uploads, votes, or counts. Defaults to uploads if omitted. |
Response
counts is included in the response regardless of the type requested.
With type=counts
With type=uploads
With type=votes
Errors
| Status | Description |
|---|---|
| 400 | Invalid type value (must be uploads, votes, or counts) |
| 401 | Not authenticated or invalid token |
Caching
This endpoint is cached for 30 seconds with private cache control.Use Cases
- Display user dashboard
- Show activity statistics
- List user’s content and votes