Register a new webhook endpoint to receive delivery status updates.
Security:
X-Hixbe-Signature headerRetry Logic:
Payload Example:
{
"event": "message.delivered",
"message_id": "msg_abc123",
"to": "8801712345678",
"status": "delivered",
"delivered_at": "2026-01-15T10:30:15Z"
}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
API version in YYYY-MM-DD format
"2026-01-01"
Request payload for creating a webhook endpoint
HTTPS URL where webhook events will be sent
"https://api.example.com/webhooks/hixbe"
Array of event types to subscribe to
credential.issued, credential.revoked, credential.verified [
"credential.issued",
"credential.revoked",
"credential.verified"
]