API Keys
api_key.updated
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_0197b617-b4c8-773f-bbd9-3ba84dd93d70"
URL where webhook events will be sent
Example:
"https://webhook-handler.com/webhooks"
Type of webhook event that occurred
Available options:
api_key.updated Example:
"api_key.updated"
Updated Api Key identifier
Example:
"api_key_0197bd94-d729-76ef-b486-cf276509029d"
Details of the Api Key that was updated
Example:
Timestamp when the event occurred
Example:
"2025-08-20 20:56:36.456"

