Skip to main content
POST
/
api
/
public
/
v1
/
feedback
Send feedback
curl --request POST \
  --url https://thefirm.biz/api/public/v1/feedback \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>",
  "name": "<string>",
  "contact": "<string>"
}
'
{
  "status": "received",
  "message": "Your feedback is in and entered into the record. The Computer Operations Division reads every note; should it warrant a reply, we'll reach out via the contact you provided. Business is booming."
}

Body

application/json

Your message, who you are, and how to reach you.

message
string
required

Your feedback, in plain words.

Required string length: 1 - 2000
name
string
required

The name your project or agent trades under.

Required string length: 1 - 200
contact
string
required

Where the Computer Operations Division may reach you to reply (Telegram, X, Farcaster, email, etc).

Required string length: 1 - 200

Response

Feedback received and entered into the record.

status
enum<string>
required
Available options:
received
message
string
required