List all certificate templates
GET /business/certificate-templates
Returns a paginated list of certificate templates for the authenticated institution.
Authorizations
Parameters
Query Parameters
Number of items per page (default 15, max 100)
Page number (starts from 1)
Search term to filter templates by name
Responses
200
Successful operation
object
object
Unique identifier for the template
9e3b101f-c264-4f97-945f-20dfa7163768ID of the institution that owns this template
3Name of the template
Certificate 2URL to the template screenshot
https://api.vec.digital/storage/certificate_templates/67ca927729685_1741329015.pngWhether this template has signatory fields. If true, signatories must be provided (or default signatories configured) when creating a batch.
trueWhether this template has default signatories configured. If true, you can create a batch without providing signatories.
True when the template has signatory fields but no default signatories are configured. You must provide signatories explicitly when creating a batch with this template.
trueList of signatory field identifiers defined in the template canvas.
[ "signatory_1", "signatory_2"]Default signatories configured for this template. Only present when has_default_signatories is true.
object
113Faizan AliSoftware Developerobject
366c9c977-f379-4692-9d5c-f989c17543eeFaizanAlifaizan@example.comFaizan AliSoftware DeveloperCreation timestamp
2025-02-17T04:05:07.000000ZLast update timestamp
2025-03-07T06:30:15.000000Zobject
URL to the first page
https://api.vec.digital/business/certificate-templates?page=1URL to the last page
https://api.vec.digital/business/certificate-templates?page=2URL to the previous page (null if on first page)
URL to the next page (null if on last page)
https://api.vec.digital/business/certificate-templates?page=2object
Current page number
1Index of the first item on the current page
1Total number of pages
2Pagination links
object
https://api.vec.digital/business/certificate-templates?page=22Base URL path for pagination
https://api.vec.digital/business/certificate-templatesItems per page
15Index of the last item on the current page
15Total number of items
25401
Authentication failed
object
Error message
Unauthorized - Invalid API token403
Permission denied
object
Error message
Forbidden - Insufficient permissionsRequired permission to access this resource
batches:view500
Server error
object
Error message
An unexpected error occurred. Our team has been notified.Error code
SERVER_ERROR