Skip to main content
POST
/
feedback
cURL
curl --request POST \
  --url https://api.useanima.sh/v1/feedback \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>",
  "email": "jsmith@example.com",
  "metadata": {}
}
'
{
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Body

application/json

Input for submitting user feedback

type
enum<string>
required

Category of feedback being submitted

Available options:
bug,
feature,
general
message
string
required

Feedback message content (1-5000 characters)

Required string length: 1 - 5000
email
string<email>

Contact email for follow-up

metadata
object

Additional key-value metadata for context

Response

200 - application/json

OK

Confirmation of submitted feedback

id
string
required

Unique feedback entry identifier

createdAt
string<date-time>
required

Timestamp when the feedback was submitted