Create a webhook
URL
POST https://api.complycube.com/v1/webhooks
Creates a new webhook. Returns the webhook endpoint object with the secret
field populated.
You can create up to a maximum of 20 webhooks.
Headers
Name | Type | Description |
---|---|---|
Content-Type* | string | The content-type must always be set to |
| string | The API |
Body
Name | Type | Description |
---|---|---|
| string | The URL of the webhook endpoint. |
| string | A description of what the webhook is used for. |
| boolean | Determines whether the webhook should be active. |
| array | The list of event types to which the endpoint is subscribed for. |
Example request
Example responses
Last updated