Get the link to suggest and vote on feature ideas. Public — no sign-in required.
Returns the address of our feature idea board, where you can suggest new ideas and vote on existing ones. Signed-in callers get a personal link tied to their account; everyone else gets the public board. Send the user to the returned `url`.
Response Body
application/json
curl -X GET "https://api.competitortracker.io/v1/feedback/idea-board"{
"url": "https://www.votito.com/public/ideabank/?key=…"
}File a bug report or an improvement suggestion. Public — no sign-in required. POST
Send the report as `multipart/form-data`. Bug reports and improvement suggestions reach the engineering queue, sorted by `type`. Signed-in callers are identified from their bearer token; anonymous callers must supply an `email` and receive an acknowledgement once the report is in. Up to 3 images (5 MB each) can ride along. To suggest a feature instead, send the user to the idea board — see `GET /v1/feedback/idea-board`.
Health
Readiness probe — the REST API reference for this group: every path with its parameters, the request body, the response schema plus the role and scope each.