Design Templates
List design templates
Don't see what you need?
This API is still growing. If an endpoint, parameter, or filter you need isn't here yet — or you just have a question — tell us. We read every message and regularly add new capabilities based on real use cases from customers like you.
Returns a list of all design templates (certificates and badges) available in your workspace.
Authorization
BearerAuth AuthorizationBearer <token>
Provide your access token in the Authorization header with Bearer auth-scheme. You can view and manage your access tokens in the Certifier Dashboard.
In: header
Query Parameters
cursor?string
Cursor for pagination
limit?integer
Number of items to return (default: 20)
Range
value <= 100Header Parameters
Certifier-Version*string
API version header. Required for all requests.
Default
"2022-10-26"Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/designs" \ -H "Certifier-Version: 2022-10-26"{ "data": [ { "id": "string", "name": "string", "type": "certificate", "previewUrl": "http://example.com", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } ], "pagination": { "prev": "string", "next": "string" }}