added
Webhook settings API release
3 days ago by Omer Vered
Introducing brand new section in the external API: Webhook settings. The ability to manage and configure webhooks within the account
Added the following new endpoints:
- Get webhook: Retrieve a single webhook by its unique identifier
- Get webhooks: Retrieve list of webhooks configured within the account
- Create webhook: Create a single webhook
- Update webhook: Update an existing webhook
- Delete webhook: Delete a single webhook by its unique identifier.