API Access

Build with our powerful API

Integrate certificate generation directly into your POS, e-commerce platform, or custom application. Our REST API gives you full programmatic control.

api-example.js
 // Create a new certificate
const response = await fetch('https://getissued.com/api/v1/certificates', { method: 'POST', headers: { 'Authorization': 'Bearer YOUR_API_KEY', 'Content-Type': 'application/json' }, body: JSON.stringify({ product_name: 'Speedy 30 Bandoulière', brand: 'Louis Vuitton', customer_email: 'customer@example.com', main_image: 'https://...' })
}); const certificate = await response.json();
console.log(certificate.unique_code); // "CERT-2024-XK7M9P" 

Developer-first design

Built by developers, for developers.

RESTful API

Clean, well-documented REST endpoints for all certificate operations.

Secure Authentication

API key authentication with scoped permissions for team security.

Real-time Webhooks

Get notified instantly when certificates are created or verified.

Full Documentation

Comprehensive guides, code examples, and SDKs for popular languages.

Simple, powerful endpoints

POST /v1/certificates Create a new certificate
GET /v1/certificates/:id Retrieve a certificate
GET /v1/certificates List all certificates
PATCH /v1/certificates/:id Update a certificate
DELETE /v1/certificates/:id Delete a certificate
GET /v1/verify/:code Verify by unique code

Start building today

Get your API key and create your first certificate in minutes.