Design Templates
List design templates
Returns a list of all design templates (certificates and badges) available in your workspace.
get/v1/designs
Query parameters
cursorstring
Cursor for pagination
Cursor for pagination
limitinteger nullable
Number of items to return (default: 20)
Example:20
Number of items to return (default: 20)
Headers
Certifier-Versionstring required
API version header. Required for all requests.
Example:2022-10-26
API version header. Required for all requests.
Response
List of design templates
Example response
{
"data": [
{
"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"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.