API Reference

Complete REST API documentation for integrating Diplomark into your applications.

API v2.050+ Endpoints99.9% Uptime

Authentication

Secure your API requests with authentication tokens

POST /auth/token

Certificates

Create, manage, and retrieve certificates

GET /certificates

Webhooks

Real-time notifications for certificate events

POST /webhooks

Templates

Manage and customize certificate templates

GET /templates

Example Request

Here's how to create a certificate using our API:

curl -X POST https://api.diplomark.com/certificates \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "template_id": "template_123",
    "recipient": {
      "name": "John Doe",
      "email": "john@example.com"
    }
  }'

Start Building

Get your API key and start integrating Diplomark today.

Get API Key