Get all feedback events.
GET<your-unleash-url>/api/admin/feedback
Get all feedback events.
Responses
- 200
feedbackListSchema
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L '<your-unleash-url>/api/admin/feedback' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
ResponseClear