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