Create Certificate
Creates certificate for a template.
Validation (strict):
- `template_id`: required, must exist in tenant DB
- `data`: required object map
- `send_email`: optional boolean
- Keys in `data` must match template labels/extra fields
- Required labels are enforced
- Unknown keys rejected
- String data sanitized
Behavior:
- If `send_email=true`, response includes `meta.email_delivery` with delivery status details.
Scope: `certificates.write`
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects a string.
Response
Created
data
meta
Errors
422
Unprocessable Entity Error

