Retrieve Comprehensive List of User's Cards
GET/api/v1/cards
Fetches a detailed list of all cards associated with the authenticated user. Returns paginated card details including card types, status, and basic information. Useful for users to view their entire card portfolio in one request.
Responses
- 200
- 400
- 401
- 403
- 404
- 500
List of cards are returned
Invalid request parameters
Unauthorized access
Forbidden: You do not have permission to access this resource
Resource not found
Internal server error