Skip to main content
POST
Publish Credential

Description

This endpoint allows you to publish a credential that is currently in draft state. This is used in conjunction with the Generate Credential endpoint, which creates credentials without immediately publishing them.

Headers

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

Path Parameters

document_id
string
required
The unique ID (key) of the draft credential to publish.

Success Response Fields

success
boolean
Indicates whether the credential was successfully queued for publishing.
message
string
A confirmation message. Value: "Credential published successfully".

Responses

Last modified on February 22, 2026