{
"hydra:member": [
{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"name": "<string>",
"url": "<string>",
"eventTypes": [
"<string>"
],
"headers": [
"<string>"
],
"isActive": true,
"maxRetries": 3,
"timeoutSeconds": 30,
"tenant": "https://example.com/",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"lastTriggeredAt": "2023-11-07T05:31:56Z",
"totalDeliveries": 123,
"successfulDeliveries": 123,
"failedDeliveries": 123,
"description": "<string>",
"metadata": [
"<string>"
]
}
],
"hydra:totalItems": 1,
"hydra:view": {
"@id": "string",
"type": "string",
"hydra:first": "string",
"hydra:last": "string",
"hydra:previous": "string",
"hydra:next": "string"
},
"hydra:search": {
"@type": "<string>",
"hydra:template": "<string>",
"hydra:variableRepresentation": "<string>",
"hydra:mapping": [
{
"@type": "<string>",
"variable": "<string>",
"property": "<string>",
"required": true
}
]
}
}
Retrieves the collection of WebhookSubscription resources.
{
"hydra:member": [
{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"name": "<string>",
"url": "<string>",
"eventTypes": [
"<string>"
],
"headers": [
"<string>"
],
"isActive": true,
"maxRetries": 3,
"timeoutSeconds": 30,
"tenant": "https://example.com/",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"lastTriggeredAt": "2023-11-07T05:31:56Z",
"totalDeliveries": 123,
"successfulDeliveries": 123,
"failedDeliveries": 123,
"description": "<string>",
"metadata": [
"<string>"
]
}
],
"hydra:totalItems": 1,
"hydra:view": {
"@id": "string",
"type": "string",
"hydra:first": "string",
"hydra:last": "string",
"hydra:previous": "string",
"hydra:next": "string"
},
"hydra:search": {
"@type": "<string>",
"hydra:template": "<string>",
"hydra:variableRepresentation": "<string>",
"hydra:mapping": [
{
"@type": "<string>",
"variable": "<string>",
"property": "<string>",
"required": true
}
]
}
}
The collection page number
Enable or disable pagination
asc
, desc
asc
, desc
asc
, desc
asc
, desc
asc
, desc
asc
, desc
asc
, desc
asc
, desc
WebhookSubscription collection
The response is of type object
.