mirror of
https://github.com/foomo/contentful.git
synced 2025-10-16 12:25:37 +00:00
48 lines
780 B
JSON
48 lines
780 B
JSON
{
|
|
"url": "https://www.example.com/test",
|
|
"httpBasicUsername": "username",
|
|
"name": "webhook-name",
|
|
"headers": [
|
|
{
|
|
"key": "header1",
|
|
"value": "header1-value"
|
|
},
|
|
{
|
|
"key": "header2",
|
|
"value": "header2-value"
|
|
}
|
|
],
|
|
"topics": [
|
|
"Entry.create",
|
|
"ContentType.create"
|
|
],
|
|
"sys": {
|
|
"type": "WebhookDefinition",
|
|
"id": "7fstd9fZ9T2p3kwD49FxhI",
|
|
"version": 0,
|
|
"space": {
|
|
"sys": {
|
|
"type": "Link",
|
|
"linkType": "Space",
|
|
"id": "q65ipbk62rgw"
|
|
}
|
|
},
|
|
"createdBy": {
|
|
"sys": {
|
|
"type": "Link",
|
|
"linkType": "User",
|
|
"id": "7aAReMWo8woRiCCd2wFNwB"
|
|
}
|
|
},
|
|
"createdAt": "2017-03-20T17:52:38Z",
|
|
"updatedBy": {
|
|
"sys": {
|
|
"type": "Link",
|
|
"linkType": "User",
|
|
"id": "7aAReMWo8woRiCCd2wFNwB"
|
|
}
|
|
},
|
|
"updatedAt": "2017-03-20T17:52:38Z"
|
|
}
|
|
}
|