Create webhook subscription
Webhooks
Create webhook subscription
Create a partner-level webhook subscription for incorporation issue events. The full signing secret is returned only in this create response.
POST
Create webhook subscription
Creates a partner-level webhook subscription.
The response includes the full
secret exactly once. Store it securely and use it to verify webhook signatures. Later reads return only secretPreview.
Webhook URLs must use HTTPS and must be reachable on public addresses.
Example
Authorizations
Body
application/json
HTTPS webhook URL reachable on a public address.
Example:
"https://partner.example.com/commenda/webhooks"
Minimum array length:
1Partner webhook event type. Commenda may add additional event types in future API updates.
Available options:
INCORPORATION_ISSUE_CREATED, INCORPORATION_ISSUE_RESOLVED Response
Webhook subscription created successfully