Skip to main content
POST
Submit product feedback

Authorizations

Authorization
string
header
required

A live account API key from FINTERM_API_KEY.

Body

application/json

A bug report, question, or feature request.

kind
enum<string>
required

What kind of feedback this is.

Available options:
bug,
question,
feature_request
summary
string
required

One-line summary of the report (at most 200 characters; no newlines or control characters).

Required string length: 1 - 200
submission_id
string
required

Client-generated idempotency key, one per user-approved submission (a UUID works). Retrying with the same id returns the original acknowledgement instead of storing a duplicate report.

Required string length: 8 - 64
body
string

Optional Markdown detail (at most 16 KB): what happened, expected vs. actual, reproduction steps.

Maximum string length: 16384
context
object

Optional structured context. Only the keys documented here are accepted; unknown keys are rejected.

Response

Submission received.

The two-key success envelope carrying the feedback acknowledgement.

finterm
object
required

Canonical result meta header.

data
object
required

Acknowledgement that a feedback submission was received.