POST
/
dispute
/
conversation
Add Dispute Conversations
curl --request POST \
  --url https://nini.monieswitch.com/dispute/conversation \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "Operation is successful",
  "data": {
    "id": "f9e287f0-36f2-470c-97f4-1aad1c3eb03f",
    "subject": "Testing",
    "message": "How does this works?",
    "attachments": [],
    "createdAt": "2025-04-14T08:27:16.078Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Add Dispute Conversations

The response is of type object.