Pria UI now available in Dark mode !
cURL
curl --request GET \ --url http://localhost:3000/api/user/feedbacks \ --header 'x-access-token: <api-key>'
{ "success": true, "feedbacks": [ { "_id": "<string>", "userId": "<string>", "feedback": "<string>", "rating": 123, "category": "<string>", "context": {}, "createdAt": "2023-11-07T05:31:56Z" } ] }
Retrieves all feedback submitted by the current user
JWT token passed in x-access-token header
Maximum number of feedbacks to return
Number of feedbacks to skip for pagination
Feedbacks retrieved successfully
true
Show child attributes
Was this page helpful?