Endpoints
List files
Get a list of files associated with a dispute
GET
/
files
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
dispute_id
string
requiredThe ID of the dispute to retrieve files for
limit
integer
Number of files to return (default: 10, max: 100)
Required range:
1 < x < 100
offset
integer
Number of files to skip (default: 0)
Required range:
x > 0
Response
200 - application/json
data
object[]