v1
latestOpenAPI 3.0.32026-08-06138294578.6 KBWebhooks
Get Webhook
Returns a single webhook by ID.
📘 One webhook per organization
An organization can register a single webhook, which receives every event produced in that organization. See the Events documentation for the list of event types and payload shapes.
get/api/webhooks/{id}
Path parameters
idstring uuid required
Example:248df4b7-aa70-47b8-a036-33ac447e668d
Headers
X-Polytomic-Versionstring
Response
OK
Example response
{
"data": {
"created_at": "2024-01-01T00:00:00Z",
"endpoint": "https://example.com/webhook",
"id": "248df4b7-aa70-47b8-a036-33ac447e668d",
"organization_id": "248df4b7-aa70-47b8-a036-33ac447e668d",
"secret": "secret"
}
}