POST /api/v1/support/query
Submits a new support query to the BugViper team. Authentication required: No (public endpoint)Request Body
string
required
Your full name.
string
required
Your email address. BugViper will use this address to follow up on your query.
string
required
A brief subject line summarizing your request (e.g.,
"Review not posting inline comments").string
required
The category that best describes your request. Must be one of:
bug_report— Something is broken or not working as expectedfeature_request— You’d like to suggest a new feature or improvementgeneral_inquiry— A general question about BugViperbilling— A question or issue related to your plan or paymentother— Anything that doesn’t fit the above categories
string
required
The urgency of your request. Must be one of
low, medium, or high.string
required
A detailed description of your issue or request. Include any relevant context such as repository names, PR numbers, error messages, or steps to reproduce.
Example
Response
Returns a confirmation object acknowledging receipt of your query.string
A unique identifier assigned to your support query. Keep this for reference if you need to follow up.
string
Always
"received" on a successful submission, confirming that your query has been accepted and will be reviewed by the BugViper team.