Skip to main content
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

string
required
Bearer YOUR_API_TOKEN — obtainable from Hyperstack Dashboard → Settings → API Access

Body Parameters

object
required
Information about the recipient of the credential.
string
required
Full name of the recipient.
string
required
Email address of the recipient.
string
required
The unique key of the credential group in which this credential will be issued.
object
required
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

boolean
Indicates whether the credential was successfully issued.
string
The unique ID of the newly created credential.
string
URL to view the newly created credential.
string
Publication status of the credential. Will be "published" for this endpoint.
object
Object containing name and email of the recipient.
object
Object containing title, key, and code of the credential group.
string
ISO 8601 timestamp of when the credential was issued.
string
ISO 8601 expiry timestamp. null if the credential does not expire.
object
Custom attribute values stored with the credential.
string
Visibility of the credential — "public" or "private".

Responses

Last modified on February 22, 2026