Skip to main content
POST
Submit Feedback

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

registration_id
string<uuid>
required

Body

application/json

Request body for submitting feedback.

rating
integer
required
Required range: 1 <= x <= 5
comment
string | null
Maximum string length: 2000

Response

Successful Response

API response after submission or lookup (camelCase for frontend).

id
string<uuid>
required
registrationId
string<uuid>
required
rating
integer
required
createdAt
string<date-time>
required
comment
string | null