Design Templates
Get a design template
Retrieves the details of an existing design template by its ID.
get/v1/designs/{id}
Path parameters
idstring required
The unique ID of the design template
Example:01g8znjvd9h0qbhxqwc6av0txn
The unique ID of the design template
Headers
Certifier-Versionstring required
API version header. Required for all requests.
Example:2022-10-26
API version header. Required for all requests.
Response
Design template details
Example response
{
"id": "01g8znjvd9h0qbhxqwc6av0txn",
"name": "My first design template",
"type": "certificate",
"previewUrl": "https://cdn.certifier.io/911264ad-df05-4aeb-966f-96034b711c10%2Fcertificate-designs%2Fpreviews%2F01k6dfeejfbwn273x2v2jqj4an-1759241517660.png",
"createdAt": "2022-01-01T00:00:00.000Z",
"updatedAt": "2022-01-01T00:00:00.000Z"
}