Retrieves a paginated list of all content purchased by the authenticated user. This endpoint requires authentication.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/PhemiT/vaniykeempire-api/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint requires user authentication. Include a valid JWT token in the Authorization header:
Bearer <token>Request Headers
Bearer token for user authentication
Query Parameters
Page number for pagination
Number of items per page
Response
Array of purchase objects
Total number of pages
Current page number
Total count of completed purchases
Error Responses
401 Unauthorized
Returned when authentication token is missing or invalid.500 Internal Server Error
This endpoint only returns purchases with
status: 'completed'. Pending or failed purchases are not included. The purchases are sorted by purchasedAt in descending order (most recent first).