Retrieve a webhook endpoint
Retrieves the details of a webhook endpoint. You need only provide the unique webhook endpoint ID.
Path parameters
-
The ID of the desired webhook endpoint (e.g., whe_KPGc5vEZdvoETu39BNwu2Z).
GET /api/v1/webhook_endpoints/{webhook_endpoint_id}
curl \
-X GET https://api.1099policy.com/api/v1/webhook_endpoints/{webhook_endpoint_id}
Response examples (200)
{
"created": "2024-01-06T05:30:39.373Z",
"description": "string",
"id": "whe_KPGc5vEZdvoETu39BNwu2Z",
"secret": false,
"url": "https://example.com/my/webhook/endpoint"
}