Skip to main content

Submit user feedback

POST 

https://us.app.unleash-hosted.com/ushosted/feedback

Allows users to submit feedback.

Request

Responses

feedbackSchema

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L 'https://us.app.unleash-hosted.com/ushosted/feedback' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>' \
-d '{
"category": "UI/UX",
"userType": "developer",
"difficultyScore": 5,
"positive": "Easy to navigate.",
"areasForImprovement": "Slow response time."
}'
Request Collapse all
Base URL
https://us.app.unleash-hosted.com/ushosted
Auth
Body required
{
  "category": "UI/UX",
  "userType": "developer",
  "difficultyScore": 5,
  "positive": "Easy to navigate.",
  "areasForImprovement": "Slow response time."
}
ResponseClear

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