Retrieves the collection of Webhook resources.
Webhook collection
{- "hydra:member": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "uuid": "string",
- "event": "string",
- "url": "string",
- "createdAt": "string"
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "/entity/1",
- "@type": "string",
- "hydra:first": "/entity/1",
- "hydra:last": "/entity/1",
- "hydra:previous": "/entity/1",
- "hydra:next": "/entity/1"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Creates a Webhook resource.
Webhook resource created
Invalid input
Unprocessable entity
{- "event": "outgoing-document",
- "url": "string"
}
{- "@context": "string",
- "@id": "string",
- "@type": "string",
- "uuid": "string",
- "event": "string",
- "url": "string",
- "createdAt": "string"
}
Retrieves a Webhook resource.
Webhook resource
Resource not found
{- "@context": "string",
- "@id": "string",
- "@type": "string",
- "uuid": "string",
- "event": "string",
- "url": "string",
- "createdAt": "string"
}