List documents
GET/api/v2/documents
Retrieve a list of documents with filtering and pagination.
Important notes:
- Supports filtering by approval status, identity ID, and date range
- Results can be sorted and paginated
Authentication:
- Requires Bearer token in Authorization header:
Authorization: Bearer <token>
Request
Responses
- 200
- 401
- 403
returns documents from specified identity
returns unauthorized
returns forbidden