# Get webhook endpoint Endpoint: GET /v1/webhooks/endpoints/{endpointId} Version: 2.0.0 Security: oAuth2 ## Path parameters: - `endpointId` (string, required) ## Response 200 fields (application/json): - `endpointId` (string, required) Example: "whk_01JH..." - `url` (string, required) - `events` (array, required) - `enabled` (boolean) - `createdAt` (string, required) ## Response 404 fields