Skip to main content
POST
Submit Product Feedback

Authorizations

Authorization
string
header
required

Public API bearer credential sent as Authorization: Bearer <token>. Use either an OAuth access token or a Hybridbox Service account token.

Path Parameters

account_id
string<uuid>
required

Body

application/json

Authenticated product feedback submission body.

category
enum<string>
required
Available options:
bug_report,
product_feedback,
feature_request,
other
description
string
required
Required string length: 1 - 10000
title
string
required
Required string length: 1 - 500
attributes
Attributes · object
paid_product_feature
boolean
default:false

Response

account_id
string<uuid>
required
attributes
Attributes · object
required
category
enum<string>
required
Available options:
bug_report,
product_feedback,
feature_request,
other
created_at
string<date-time>
required
created_by_user_id
string<uuid>
required
description
string
required
id
string<uuid>
required
paid_product_feature
boolean
required
status
enum<string>
required
Available options:
new,
triaged,
planned,
in_progress,
closed
submitter_email
string
required
submitter_name
string
required
title
string
required
updated_at
string<date-time>
required
admin_notes
string | null