{
"id": "<string>",
"type": "webhook-subscriptions",
"attributes": {
"name": "<string>",
"signing_key": "<string>",
"url": "<string>",
"events": "<array>",
"is_active": true,
"is_system_webhook": true,
"failure_count": 123,
"created_at": "<string>"
},
"links": {
"self": "<string>"
},
"relationships": {
"restrictions": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
},
"organization": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
}
}
}