Certificates
NOT IMPLEMENTED
POST
https://backend.immut.io/api/v1/certificates/bulkRequired scope: certificates:read
Reserved for bulk certificate generation and currently returns 501 on every call. Do not build against it. To collect many certificates today, call GET /certificates/{proofId} per proof, or export a diligence pack from the app.
Create or run bulk. Requires scope certificates:read.
Responses
| Status | Meaning |
|---|---|
400 | BadRequest |
401 | Unauthorized |
403 | Forbidden |
429 | RateLimited |
501 | Not implemented. success:false with a message saying so. No certificates are produced and nothing is charged. |
Example
curl -X POST "https://backend.immut.io/api/v1/certificates/bulk" \
-H "Authorization: Bearer $IMMUT_API_KEY"
Generated from the immut API contract, version 1.14.0. Machine-readable: this page as markdown · everything in one file · OpenAPI