Types of event
At the moment, these are the events we currently support with plans to add some more later in the future.Event | Description |
---|---|
endpoint.created | An endpoint was created |
endpoint.updated | An endpoint was updated |
endpoint.deleted | An endpoint was deleted |
eventdelivery.success | An event delivery was successful |
eventdelivery.failed | An event delivery failed |
Payload Structure
endpoint.created
endpoint.updated
endpoint.deleted

Viewing Meta Events
You can also view a list of all your Meta events.
Meta Event Signature
We use the secret either provided by you or generated by us to sign the payload usingSHA256
hashing algorithm and hex
encoding. The value is contained in the X-Convoy-Signature
header, and you can use that to validate that the event was sent by Convoy.