๐ Card Payment is live! Learn more
cURL
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" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Add Dispute Conversations
The response is of type object.
object