API referenceAdmin
GET /admin/feedback
curl -X GET "https://example.com/admin/feedback"{ "$schema": "https://example.com/schemas/ListFeedbackOutputBody.json", "items": [ { "category": "string", "context": null, "createdAt": "string", "email": "string", "feedbackId": "string", "message": "string", "orgId": "string", "reviewedAt": "string", "reviewedBy": "string", "status": "string", "userId": "string" } ]}