API

API Reference

Issue certificates programmatically, list and revoke records, receive signed webhooks, and verify certificates. Authenticate with an organization API key.

POST/api/v1/certificates
{
  "templateId": "tpl_1234567890AB",
  "recipient": {
    "name": "Jane Doe",
    "email": "jane.doe@example.com",
    "fields": { "course": "Advanced React" }
  },
  "sendEmail": true
}

The interactive API documentation, key management, and webhook delivery logs ship in Phase 8.