Documents
List existing proofs with pagination and filters
GET
https://backend.immut.io/api/v1/documentsRequired scope: documents:read
Responses
| Status | Meaning |
|---|---|
200 | Paginated proof list with meta { page, limit, total } |
Example
curl -X GET "https://backend.immut.io/api/v1/documents" \
-H "Authorization: Bearer $IMMUT_API_KEY"
Generated from the immut API contract, version 1.9.0. Machine-readable: this page as markdown · everything in one file · OpenAPI