Skip to main content
POST
Public platform feedback endpoint, no auth

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

description
string
required
type
enum<string>
Available options:
bug,
feature
userEmail
string<email>
userName
string
url
string
screenshot
file

Optional multipart image file, PNG/JPEG/GIF/WebP, max 5MB. Stored as a private attachment on the created feedback issue.

Response

Successful response

The response is of type object.