API Keys
api_key.deleted
Triggered when an event occurs
WEBHOOK
Headers
Signature of the webhook event payload, used for verification.
Timestamp of the webhook event, used to prevent replay attacks.
Example:
"2025-08-20 20:56:36.456"
The type of event being sent.
Example:
"payment.created"
Body
application/json
Unique identifier for the webhook
Example:
"webhook_019789ea-ca53-7a58-83df-bb1b6606d29e"
URL where webhook events will be sent
Example:
"https://webhook-handler.com/webhooks"
Type of webhook event that occurred
Available options:
api_key.deleted Example:
"api_key.deleted"
Deleted Api Key identifier
Example:
"api_key_019722e6-bc77-74e7-b094-18d1d68d1063"
Details of the Api Key that was deleted
Example:
Timestamp when the event occurred
Example:
"2025-08-20 20:56:36.456"

