Issue Credential
Credentials
Issue Credential
POST
Issue Credential
Description
This endpoint allows you to issue a new credential to a recipient within a specific credential group. The credential is immediately published.
Legacy endpoint: POST /v1/credential/issue is also supported for backward compatibility.
Headers
Bearer YOUR_API_TOKEN — obtainable from Hyperstack Dashboard → Settings → API Access
Body Parameters
Information about the recipient of the credential.
Full name of the recipient.
Email address of the recipient.
The unique key of the credential group in which this credential will be issued.
Key-value pairs of custom attributes to embed in the credential. Keys must match the custom fields (prefixed with
custom_) configured for your account.Success Response Fields
Indicates whether the credential was successfully issued.
The unique ID of the newly created credential.
URL to view the newly created credential.
Publication status of the credential. Will be
"published" for this endpoint.Object containing
name and email of the recipient.Object containing
title, key, and code of the credential group.ISO 8601 timestamp of when the credential was issued.
ISO 8601 expiry timestamp.
null if the credential does not expire.Custom attribute values stored with the credential.
Visibility of the credential —
"public" or "private".Responses
Last modified on February 22, 2026

