VerifycateDeveloper Docs

Create a webhook

POST/api/v1/workspaces/{slug}/webhooks

Create the workspace webhook endpoint

Creates the workspace webhook endpoint. One endpoint is allowed per workspace. Requires an active Pro seat.

Authorization

Scopecertificates:write
Authorization: Bearer vc_...

Path parameters

slug*string

Workspace slug

Example: acme

Body parameters

url*string

HTTPS URL that receives POST deliveries

Example: https://example.com/hooks/verifycate
event_types*string[]

Event types to subscribe to, or ["*"] for all

Example: ["certificate.issued","share.linkedin_add"]