Webhooks
Retrieve webhook
Retrieves the details of an existing webhook.
Required permissions:
- developer:manage_webhook
get/webhooks/{id}
Path parameters
idstring required
Example:hook_xxxxxxxxxxxxx
The unique identifier of the webhook to retrieve.
Response
A successful response
Example response
{
"created_at": "2023-12-01T05:00:00.401Z",
"id": "hook_xxxxxxxxxxxxx",
"url": "https://example.com/path"
}