post
https://www.pelcro.com/api/v1/core/webhooks
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Create a new webhook endpoint to receive event notifications. Specify the URL and the event types to subscribe to.
Example: Create a webhook pointing to your server's /pelcro-events endpoint to receive subscription_created and subscription_canceled events.
Important Behaviors
- Max 10 limit: Returns 400 if the account already has 10 webhooks.
- Webhook secret: A unique
secretis returned in the response only on creation. Store it securely — it is not returned on subsequent GET requests. Use it to verify webhook signatures.
