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…

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

TypeScript Definitions

Use the request body type in TypeScript.

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?