Skip to main content

Send Unleash feedback

POST 

<your-unleash-url>/api/admin/feedback

Sends feedback gathered from the Unleash UI to the Unleash server. Must be called with a token with an identifiable user (either from being sent from the UI or from using a PAT).

Request

Responses

feedbackResponseSchema

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/feedback' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>' \
-d '{
"neverShow": false,
"feedbackId": "pnps"
}'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Body required
{
  "neverShow": false,
  "feedbackId": "pnps"
}
ResponseClear

Click the Send API Request button above and see the response here!