Send message
POST /disputes/{uid}/messages: send a message in the dispute thread.
POST
https://api.wajub.com/disputes/{uid}/messagesLive environment required
Dispute endpoints require the sk.… private key and are only available in the live environment.
Sends a message to the provider or customer on the dispute thread, for clarifications that don't constitute formal evidence submission.
messagestringrequiredThe message content.
POST
https://api.wajub.com/disputes/{uid}/messagescurl 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." }'{
"status": "OK",
"code": 200,
"message": {
"id": "5f3c9a18-2d64-4b7e-9c11-0a8e6d4f2b73",
"dispute": "dsp_hrgUOE225KMKULRQqYvlh",
"created_at": "2026-07-16T09:00:00.000Z"
}
}