---
title: "List all sync webhooks"
method: GET
path: "/api/v4/f/{firm_id}/syncs/webhooks"
tags: ["Sync Webhooks"]
---

# List all sync webhooks

`GET /api/v4/f/{firm_id}/syncs/webhooks`

List all sync webhooks. <br>
<b>Required scope(s):</b> `webhooks`

## Path parameters

- `firm_id` integer, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Successful response

- object[]
  - `id` integer — webhook_id
  - `url` string
  - `events` string[]
  - `user_id` integer
  - `expired_at` string

---

[API](https://skmtc.net/silverfin/apis/silverfin-api.md) · [All operations](https://skmtc.net/silverfin/apis/silverfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/silverfin/silverfin-api/revisions/61e058ce0d3f/schema)
