Company logoTrust Center Documentation

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.

POST
/api/v1/feedback

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

message*string

Feedback text from the user.

Length1 <= length <= 2000
allow_email?boolean

Allow follow-up via the user's email. If false, feedback is anonymous.

Defaultfalse

Response 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?