Action | Method | Resource | Description |
---|---|---|---|
Get all |
|
| Get all webhooks with |
Get |
|
| Get webhook with id |
Create |
|
| Create a webhook with |
Update |
|
| Update webhook with |
Delete |
|
| Delete webhook with |
The webhook model is composed of the following attributes:
Attribute | Type | Required | Description | |
---|---|---|---|---|
hook | string | required | The webhook's hook. | Yes |
url | url | required | The webhook's url. | Yes |
Restrictions for POST, PUT, DELETE business webhooks.
Business webhooks can only be created, updated or removed by user level 0 (Type: Administrator) and user level 2 (Type: Business owner).
- User type Administrator can create, update or remove any business webhooks.
- User type Business owner can create, update or remove only business webhooks related to his business.