List
Retrieve file information for users eligibility and reconciliation files, along with file download URL links.
Required scopes: files.read
Path parameters
organizationId
Your organization ID, provided by Kard.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page[size]
Number of records to be returned [1-100], default is 10.
page[after]
Cursor value to retrieve next page of results if provided. Value can be received from the ‘links’ section of previous API calls.
fileType
The document file type.
Allowed values:usersEligibilityFile dailyReconciliationFile monthlyReconciliationFile
Response
This endpoint returns an object.
data
Data and attributes related to files
meta
Meta information about the API call
links
Related pagination links to the API call
Errors
400
Invalid Request
401
Unauthorized Error
404
Does Not Exist Error
500
Internal Server Error