GET
/api/v1/documentsList documents
List documents available to the authenticated account.
Authentication
API key
Scopes
documents:read
Contract
API v1
Request
curl -X GET 'https://api.maxscanner.app/api/v1/documents' \
-H 'Authorization: Bearer $MAXSCANNER_API_KEY' \
-H 'Content-Type: application/json'Request body
GET /api/v1/documents?limit=20Response
{ "documents": [], "nextCursor": null }Implementation notes
- Documents are account-scoped.
- Use cursor pagination for large collections.
Try this endpoint
Use the API Playground to authenticate and test safely before wiring the endpoint into your application.
Open Playground →