Subscribe to Webhook
Webhooks
Subscribe to Webhook
POST
Subscribe to Webhook
Description
This endpoint allows you to register a webhook URL to receive real-time event notifications from Hyperstack. If a subscription already exists for your organization, it will be updated with the new URL and events. Currently supported events:credential.issued— triggered when a credential is successfully published
Headers
Bearer YOUR_API_TOKEN — obtainable from Hyperstack Dashboard → Settings → API Access
Body Parameters
The HTTPS URL that Hyperstack will POST event payloads to. Must begin with
http:// or https://.An array of event names to subscribe to. Currently supported values:
["credential.issued"].Success Response Fields
Indicates whether the subscription was created or updated.
A confirmation message. Value:
"Webhook updated successfully".Responses
Last modified on February 22, 2026

