Files
List Files
Get all files uploaded by the user with pagination.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Number of items to skip
Required range:
x >= 0
Maximum number of items to return
Required range:
1 <= x <= 1000
Response
200
application/json
Successful Response
The response is of type object[]
.