cURL
curl --request POST \ --url https://api.thehyperstack.com/v1/credential/{document_id}/publish
{ "success": true, "message": "Credential published successfully" }
"Credential published successfully"
curl -X POST "https://api.thehyperstack.com/v1/credential/j4nDvaxF6ehodPXI84p4X1yhQe7lrYgx/publish" \ -H "Authorization: Bearer YOUR_API_TOKEN"
Was this page helpful?