Get webhook
Webhooks
Get webhook
Returns a webhook by id.
GET
Get webhook
Authorizations
Organization API key using Authorization: Bearer sk_....
Path Parameters
Identifier of the webhook.
Response
object | null
Webhook details
Webhook details response. Returns null if the webhook does not exist.
Unique identifier of the webhook.
Example:
"w_1234567890abcdefghij"
When the webhook was created.
When the webhook was last updated.
Destination URL.
Current webhook status.
Available options:
ENABLED, DISABLED, BROKEN, DELETED Example:
"ENABLED"
Owning organization identifier.
Example:
"org_1234567890abcdefghij"
Optional user-defined description.
Example:
null
Event types currently enabled for this webhook.
When this webhook was deleted, if any.
Example:
null
User who deleted this webhook.
Example:
null