Documentation Index Fetch the complete documentation index at: https://thehyperstack.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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.
Bearer YOUR_API_TOKEN — obtainable from Hyperstack Dashboard → Settings → API Access
Path Parameters
The unique ID (key) of the draft credential to publish.
Success Response Fields
Indicates whether the credential was successfully queued for publishing.
A confirmation message. Value: "Credential published successfully".
Responses
200 Success
400 Bad Request
404 Not Found
401 Unauthorized
{
"success" : true ,
"message" : "Credential published successfully"
}
curl -X POST "https://api.thehyperstack.com/v1/credential/j4nDvaxF6ehodPXI84p4X1yhQe7lrYgx/publish" \
-H "Authorization: Bearer YOUR_API_TOKEN"