A representation of a webhook.
This resource includes the following properties:
Property | Type | Description |
---|---|---|
id |
string | The webhook ID. |
state |
string | The webhook state (active or deleted ). |
url |
string | The URL to receive HTTP POST requests. |
version |
string | The webhook payload version. |
created_at |
string | The ISO-8601 timestamp when the webhook was created. |
Here is an example representation of this resource:
{
"id": "wh_01ED74HMFGVZ92YVCWTD8Y8H6X",
"state": "active",
"url": "https://example.com/hook",
"version": "2020-11-18",
"created_at": "2021-01-01T10:00:00Z"
}