Retrieve the collection of Webhook resources.
Webhook collection
Bad Request
Unauthorized
Resource not Found
[- {
- "uuid": "string",
- "legalEntityUUID": "string",
- "legalEntityName": "string",
- "webhookType": "string",
- "webhookUrl": "string"
}
]Create a Webhook resource.
Webhook resource created
Invalid input
Unprocessable entity
{- "legalEntity": "string",
- "webhookType": "invoice-sender",
- "webhookUrl": "string"
}{- "uuid": "string",
- "legalEntityUUID": "string",
- "legalEntityName": "string",
- "webhookType": "string",
- "webhookUrl": "string"
}Retrieve a Webhook resource.
Webhook resource
Resource not found
{- "uuid": "string",
- "legalEntityUUID": "string",
- "legalEntityName": "string",
- "webhookType": "string",
- "webhookUrl": "string"
}Replace the Webhook resource.
The updated Webhook resource
Webhook resource updated
Invalid input
Resource not found
Unprocessable entity
{- "legalEntity": "string",
- "webhookType": "invoice-sender",
- "webhookUrl": "string"
}{- "uuid": "string",
- "legalEntityUUID": "string",
- "legalEntityName": "string",
- "webhookType": "string",
- "webhookUrl": "string"
}