---
title: "Retrieve webhooks for a clientId"
method: GET
path: "/apps/{clientId}/webhooks"
tags: ["Webhooks"]
---

# Retrieve webhooks for a clientId

`GET /apps/{clientId}/webhooks`

## Path parameters

- `clientId` string, required — The application identifier

## Response `200`

A list of existing webhooks

- WebhooksResponse — The list of webhooks configured for an application.
  - `webhooksResponse` WebhookResponse[] — The list of webhooks for an application identifier.
    - `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` string[] — The list of event types to trigger webhook instantiation
    - `enabled` boolean — The state of the webhook
    - `creationTime` string, date-time — The creation timestamp of the webhook
    - `lastUpdatedTime` string, date-time — The last updated timestamp of the webhook

## Other responses

- `404` — The application does not exist

---

[API](https://skmtc.dev/adfin/apis/adfin-api.md) · [All operations](https://skmtc.dev/adfin/apis/adfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adfin/adfin-api/revisions/53d29f0850e0/schema)
