POST
/
api
/
v1
/
disputes
/
attachments
/
upload
curl --request POST \
  --url https://api.tabby.ai/api/v1/disputes/attachments/upload \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data'
{
  "id": "attachment id, uuid format"
}

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data

Response

200
application/json

Success. Attachment was uploaded.

The response is of type object.