This endpoint requires authentication. Include your Bearer token in the Authorization header.
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Search term to filter files by various fields
Filter files by type
Available options: 
royalty, invoice, receipt, report The column to sort by
Available options: 
createdAt, updatedAt, name, size, type The order of sorting
Available options: 
asc, desc Comma-separated list of attributes to include
The page number for pagination
Required range: 
x >= 1The number of records per page
Required range: 
x >= 0