Certificates

NOT IMPLEMENTED

POSThttps://backend.immut.io/api/v1/certificates/bulk

Required 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

StatusMeaning
400BadRequest
401Unauthorized
403Forbidden
429RateLimited
501Not 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