# Retrieve a webhook Endpoint: GET /apps/{clientId}/webhooks/{webhookId} Version: 1.0.0 Security: Platform Bearer Token ## Path parameters: - `clientId` (string, required) The application identifier - `webhookId` (string, required) The webhook identifier ## Response 200 fields (application/json): - `id` (string) The identifier of the webhook - `clientId` (string) The identifier of the application - `url` (string) The target URL of the webhook - `name` (string) Name of the webhook - `description` (string) Description of the webhook - `events` (array) The list of event types to trigger webhook instantiation - `enabled` (boolean) The state of the webhook - `creationTime` (string) The creation timestamp of the webhook - `lastUpdatedTime` (string) The last updated timestamp of the webhook ## Response 404 fields