POST webhook
A POST query to the webhooks endpoint creates a new webhook.
Warning
When creating a webhook, you must use an HTTPS URI, not HTTP.
| Relative Route | /webhooks |
|---|---|
HTTP Verb | POST |
Body
The body structure is as follows:
Response
A POST query returns the new webhook details structured as follows:
You can find the new webhook location in the response header.
A successful query returns the created status code (201).
If you have suggestions for improving this article, let us know!