Skip to main content
POST
Send feedback

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Body

application/json

Feedback type and message

message
string

Message is the feedback content.

Example:

"It would be great to have a dark mode."

type
string

Type is one of: bug, feature_request, general.

Example:

"feature_request"

Response

Feedback received

ok
boolean
Example:

true