POST /feedback
Submit feedback about the application
/feedbackPOSTSubmit feedback about the application
| Key | Type | Example | Description |
|---|---|---|---|
| authorizationrequired | string | | Access token |
| Key | Type | Example | Description |
|---|---|---|---|
| blueprint_titleoptional | string | | |
| contextoptional | object | | |
| messagerequired | string | | |
| subjectrequired | string | | |
| typerequired | string | | Allowed: "bug", "feature", "improvement", "question", "other" |
{
"success": true
}{
"code": 401,
"error": "INVALID_ACCESS_TOKEN"
}| Status | Error Code | Description |
|---|---|---|
401 | INVALID_ACCESS_TOKEN | Authentication required or invalid token |
403 | INSUFFICIENT_PERMISSIONS | Insufficient permissions for this operation |
| Permission | Description |
|---|---|
Bearer token | Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
*_* | Required scope: *_* |
Back to Feedback Return to the Feedback category to view other endpoints All API Categories Browse all available API categories
