Event
Event created
Triggered when an event is created.
WEBHOOK
Headers
A unique message identifier for the webhook.
The time the message was generated (Unix timestamp in seconds).
A cryptographic signature that allows you to verify the integrity and authenticity of the payload.
Body
application/json
The type of event.
Allowed value:
"event.created"
The time the event was triggered.
On creation, the data object contains the details of the new entity.
On creation, this is empty as the entity is new.
Response
200
Webhook received successfully
Was this page helpful?