Certificates
Download the court-ready certificate PDF (includes the proof salt/nonce when salted)
GET
https://backend.immut.io/api/v1/certificates/{documentId}Required scope: certificates:read
Parameters
| Name | In | Required | Description |
|---|---|---|---|
documentId | path | yes | documentId of the target record |
Responses
| Status | Meaning |
|---|---|
200 | Success |
400 | BadRequest |
401 | Unauthorized |
403 | Forbidden |
429 | RateLimited |
Example
curl -X GET "https://backend.immut.io/api/v1/certificates/<documentId>" \
-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