GET
https://api.craftkit.dev/v1/signatures/:id/certificate409 until the certificate is available (until certificateUrl is non-null on the
request).
Authorization
Bearer ck_live_… — a project API key.Path parameters
The signature request id (UUID).
Response
On success, the certificate PDF bytes withContent-Type: application/pdf, served as an attachment
named <id>-certificate.pdf.
The completion certificate PDF stream.
Errors
| Status | code | Meaning |
|---|---|---|
| 401 | unauthorized | Missing/invalid/revoked key. |
| 404 | not_found | No such signature request in this key’s project. |
| 409 | conflict | Certificate is not available yet — poll status until certificateUrl is set. |
| 502 | upstream_error | The completion certificate could not be retrieved from the signature service. |
cURL
409