Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
API version in YYYY-MM-DD format
"2026-01-01"
Request payload for issuing a new credential
Information about the credential recipient
ID of the template to use for this credential
"tmpl_1234567890abcdef"
Additional custom data to include with the credential
{
"course_title": "Advanced Web Development",
"completion_date": "2025-12-01",
"grade": "A+",
"instructor": "Jane Smith"
}Optional expiration date for the credential
"2028-12-01T00:00:00Z"
Credential issued successfully
Response containing issued credential information
Unique identifier for the issued credential
"cred_1234567890abcdef"
Current status of the credential
issued, revoked "issued"
Public URL for verifying this credential
"https://verify.hixbe.com/cred_1234567890abcdef"