cURL
curl --request GET \ --url https://api.example.com/v1/webhooks/{id} \ --header 'X-API-Key: <api-key>'
{ "created_at": "2024-01-15T10:30:00Z", "description": "Production webhook endpoint", "event_types": [ "patient_created", "patient_stage_changed" ], "id": "550e8400-e29b-41d4-a716-446655440016", "is_active": true, "updated_at": "2024-01-15T10:30:00Z", "url": "https://example.com/webhooks/solum" }
Successful Response
Webhook subscription resource.
Represents a webhook endpoint configuration for receiving events.