cURL
curl --request POST \ --url https://api.dots.dev/api/v2/disputes/{dispute_id}/evidence \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: multipart/form-data' \ --form type=customer_communications \ --form 'content=<string>'
This response has no body data.
Add an evidence file to the dispute
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
ID of the dispute to add evidence to
customer_communications
refund_policy
cancellation_policy
customer_signature
receipt
service_documentation
duplicate_charge_documentation
shipping_documentation
uncategorized
Was this page helpful?