Triggered when an event occurs
Signature of the webhook event payload, used for verification.
Timestamp of the webhook event, used to prevent replay attacks.
"2025-08-20 20:56:36.456"
The type of event being sent.
"payment.created"
Unique identifier for the webhook
"webhook_0197b617-b4c8-773f-bbd9-3ba84dd93d70"
URL where webhook events will be sent
"https://webhook-handler.com/webhooks"
Type of webhook event that occurred
api_key.updated "api_key.updated"
Updated Api Key identifier
"api_key_0197bd94-d729-76ef-b486-cf276509029d"
Details of the Api Key that was updated
{
"id": "api_key_0197c0f1-9589-7990-b421-4b806f637b0c",
"organization_id": "org_0197c0f1-9589-7990-b421-4b806f637b0c",
"label": "My API Key",
"description": "Key for accessing product APIs",
"secret": "sk_live_MDE5N2MwZjEtOTU4OS03N2U0LWJiY2YtNGQ0OWQ4YTM5NzUzX2JpdGdwdA",
"scopes": ["products.create"],
"ip_allow_list": ["127.0.0.1"],
"expires_at": "2026-05-30 20:23:16",
"created_at": "2025-06-30 15:05:47",
"updated_at": null,
"metrics": {
"api_key_id": "api_key_0197c0f1-9589-7990-b421-4b806f637b0c",
"total_requests": 150,
"last_used_at": "2025-06-30 16:03:44"
}
}Timestamp when the event occurred
"2025-08-20 20:56:36.456"