Feedback
Something missing, broken, or awkward in the Open API? Tell us. Feedback posted here goes straight to the Monotree developers — feature requests, bug reports, and anything in between are gladly received.
Required scope: none — any valid token can send feedback.
Endpoints
POST
/api/open/v1/feedbackSend feedback to the Monotree team
Send feedback
curl -X POST https://customer.monotree.com/api/open/v1/feedback \
-H "Authorization: Bearer mono_your_token_here" \
-H "Content-Type: application/json" \
-d '{ "body": "It would be great if GET /users supported filtering by group." }'| Field | Type | Notes |
|---|---|---|
body | string | Required, max 5,000 characters. |
Response
{
"data": {
"id": 1,
"type": "open-api",
"body": "It would be great if GET /users supported filtering by group.",
"created_at": "2026-07-06T10:00:00+00:00"
}
}Returns 201. The more context the better — the endpoint you were using, what you expected, and what you got.