Skip to main content
GET
/
templates
List certificate templates
curl --request GET \
  --url https://api.hixbe.com/certify/templates \
  --header 'Authorization: Bearer <token>' \
  --header 'Hixbe-Version: <hixbe-version>'
{
  "data": [
    {
      "id": "tmpl_1234567890abcdef",
      "name": "Completion Certificate",
      "created_at": "2025-12-01T10:00:00Z"
    },
    {
      "id": "tmpl_0987654321fedcba",
      "name": "Achievement Badge",
      "created_at": "2025-11-15T14:30:00Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Hixbe-Version
string
required

API version in YYYY-MM-DD format

Example:

"2026-01-01"

Response

Successfully retrieved certificate templates

Response containing a list of certificate templates

data
object[]

Array of certificate templates