Skip to main content
API/Reference/List documents
GET/api/v1/documents

List 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=20

Response

{ "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 →