Skip to content
Loading keys…

Send message

POST /disputes/{uid}/messages: send a message in the dispute thread.

POSThttps://api.wajub.com/disputes/{uid}/messages

Sends a message to the provider or customer on the dispute thread, for clarifications that don't constitute formal evidence submission.

messagestringrequired
The message content.
POSThttps://api.wajub.com/disputes/{uid}/messages
Request
curl https://api.wajub.com/disputes/dsp_hrgUOE225KMKULRQqYvlh/messages \
  -H "Authorization: sk.kZ3qP8mWvL2xR7tB5nY4hC6dF9jS1aG0eU3i…" \
  -H "Content-Type: application/json" \
  -d '{ "message": "Additional proof of delivery attached in the evidence submission." }'
Response · 200 OK
{
"status": "OK",
"code": 200,
"message": {
"id": "5f3c9a18-2d64-4b7e-9c11-0a8e6d4f2b73",
"dispute": "dsp_hrgUOE225KMKULRQqYvlh",
"created_at": "2026-07-16T09:00:00.000Z"
}
}

What did you think of this content?