addedOutput schema / properties
Added value: +{
+ "created_at": {
+ "description": "Registration time, ISO-8601 UTC.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "events": {
+ "description": "Event types that will be delivered.",
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "note": {
+ "description": "Human-readable summary, including the rotation warning.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "secret": {
+ "description": "HMAC signing secret, shown exactly once. Verify deliveries with X-VHG-Signature: sha256=HMAC_SHA256(secret, raw_body).",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "test_delivery_id": {
+ "description": "A webhook.test ping enqueued immediately; look it up with list_webhook_deliveries to prove your receiver works.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "test_note": {
+ "description": "What that test delivery is and how to check it.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "description": "The endpoint now registered.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+}