API v1 ReferenceFeedback
Submit feedback
Create a feedback entry scoped to the authenticated tenant. When allow_email is true, the
feedback is linked to the current user; otherwise it is stored without user attribution.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
message*string
Feedback text from the user.
Length
1 <= length <= 2000allow_email?boolean
Allow follow-up via the user's email. If false, feedback is anonymous.
Default
falseResponse Body
curl -X POST "https://app.orbiqhq.com/api/v1/feedback" \ -H "Content-Type: application/json" \ -d '{ "message": "Would love to see bulk actions in the contacts table." }'Empty
Empty
Empty
Empty
How is this guide?