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>'

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

dispute_id
string
required

ID of the dispute to add evidence to

Body

multipart/form-data

The body is of type object.