Skip to main content
POST
Submit Feedback

Authorizations

Authorization
string
header
required

Send an account API key in the Authorization: Bearer <key> header.

Headers

OpenPMM-Request-Id
string

Optional request ID. OpenPMM returns this value when it is valid. Otherwise, OpenPMM creates a request ID.

Maximum string length: 128
Idempotency-Key
string
required

A unique key for this operation. Use the same key when you retry the same request. Different input with the same key returns 409.

Required string length: 1 - 200

Path Parameters

workspace_id
string
required

Unique workspace ID.

Example:

"ws_01JABCDEF"

Body

application/json

Product feedback.

message
string
required
Required string length: 1 - 5000
Example:

"The scheduled Posts view did not refresh."

Response

The feedback receipt.

id
string
required

Unique feedback submission ID.

Example:

"fb_01JABCDEF"

object
string
required
Allowed value: "feedback"
sent
boolean
required
submitted_at
string<date-time>
required
Example:

"2026-08-09T12:00:00.000Z"