Submit user feedback

Enterprise feature

Allows users to submit feedback.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Request

provideFeedbackSchema
categorystringRequired
The category of the feedback.
userTypestring or nullOptional
The type of user providing the feedback.
difficultyScoredouble or nullOptional
A score indicating the difficulty experienced by the user.
positivestring or nullOptional
This field is for users to mention what they liked.
areasForImprovementstring or nullOptional
Details aspects of the service or product that could benefit from enhancements or modifications. Aids in pinpointing areas needing attention for improvement.

Response

feedbackSchema
iddouble
The unique identifier of the feedback.
createdAtstringformat: "date-time"
The date and time when the feedback was provided.
categorystring
The category of the feedback.
userTypestring or null
The type of user providing the feedback.
difficultyScoredouble or null
A score indicating the difficulty experienced by the user.
positivestring or null
This field is for users to mention what they liked.
areasForImprovementstring or null
Details aspects of the service or product that could benefit from enhancements or modifications. Aids in pinpointing areas needing attention for improvement.