{
"id": "<string>",
"label": "<string>",
"url": "<string>",
"events": [
"product.created"
],
"description": "<string>",
"created_at": "2025-06-29 16:03:44",
"updated_at": "2025-06-29 16:03:44",
"secret": "<string>",
"enabled": 1,
"day_metrics": {
"webhook_id": "<string>",
"total": 123,
"success": 123,
"failed": 123,
"pending": 123,
"retry_rate_pct": 123,
"avg_delay_ms": 123
},
"hourly_metrics": [
{
"hour": "<string>",
"total": 123,
"success": 123,
"failed": 123,
"pending": 123,
"webhook_id": "<string>"
}
]
}Schemas
Webhook
Unique identifier for the webhook
Human-readable label for the webhook
Maximum string length:
255URL where webhook events will be sent
List of events this webhook subscribes to
Webhook event for when an API key is created
Available options:
api_key.created Example:
"product.created"
Description for the webhook
Timestamp when the webhook was created
Example:
"2025-06-29 16:03:44"
Timestamp when the webhook was last updated
Example:
"2025-06-29 16:03:44"
Secret used to sign webhook payloads
Indicates if the webhook is currently enabled
Show child attributes
Show child attributes
Hourly metrics for the last 24 hours
Show child attributes
Show child attributes

