Skip to main content
POST
/
v1
/
users
/
support
Submit Support Feedback
curl --request POST \
  --url https://api.chessa.ai/v1/users/support \
  --header 'Content-Type: application/json' \
  --data '
{
  "comment": "I sent money but I have not received it yet. Here is the txHash and orderId",
  "metadata": {
    "hashUrl": "https://solscan.io/tx/5fhywuuxEtn6HXaRiKMV5XUQEBmmMhpVEE6wz18bttMynbVk17qECoGkoXfyE5s1meRxXCgcR9PtxPgKo67YeNVB",
    "orderId": "DF9N6WWJ"
  },
  "type": "order"
}
'
{
  "feedback": {
    "comment": "I sent money but I have not received it yet. Here is the txHash and orderId",
    "createdAt": "2025-06-21T19:24:06.641Z",
    "id": 1094,
    "metadata": {
      "hashUrl": "https://solscan.io/tx/5fhywuuxEtn6HXaRiKMV5XUQEBmmMhpVEE6wz18bttMynbVk17qECoGkoXfyE5s1meRxXCgcR9PtxPgKo67YeNVB",
      "orderId": "DF9N6WWJ"
    },
    "type": "order",
    "userId": "b2c3d4e5-f6g7-8h9i-10j11-k12l13m14n15"
  },
  "message": "Feedback submitted successfully"
}

Headers

x-client-id
string
Example:

""

x-client-secret
string
Example:

""

Body

application/json
comment
string
Example:

"I sent money but I have not received it yet. Here is the txHash and orderId"

metadata
object
type
string
Example:

"order"

Response

201 - application/json

Submit Support Feedback

feedback
object
message
string
Example:

"Feedback submitted successfully"