đī¸Retrieve Paginated List of Files
Endpoint to retrieve a paginated list of files associated with the authenticated user.
HTTP Method:
GET
Route:
/public-api/v1/files
Headers:
api-key
: Token generated through the API key section.
Query Parameters
page
(optional): Page number for pagination (default: 1).pageSize
(optional): Number of items per page (default: 10).
Response
Status Code:
200 OK
Response Body:
Error Responses
Bad Request (400):
If the provided page number or page size is invalid.
Example in JavaScript:
Using Fetch API:
Using Axios:
Last updated