---
title: "List available Fieldguide Webhook subscriptions for the current User"
method: GET
path: "/v1/webhooks"
tags: ["webhooks"]
---

# List available Fieldguide Webhook subscriptions for the current User

`GET /v1/webhooks`

## Query parameters

- `page` number, nullable
- `per_page` number, nullable
- `sort_order` 'asc' | 'desc'

## Response `200`

The Webhooks accessible by the user

- object
  - `data` WebhookRead[], required
    - `uuid` string, uuid, required — The unique ID for the webhook, referenced as `webhook_uuid` in webhook requests
    - `description` string, required — A human-readable description of the webhook's use
    - `scopes` WebhookResource[], nullable, required — One or more resources to fire webhooks for. Available resources include comments, companies, engagements, milestones, requests, users. If `null`, webhooks will fire for all resources.
    - `url` string, uri, required
    - `created_at` string, date-time, required
  - `_links` object, required
    - `self` object, required — The URL for the current page being fetched
      - `href` string
    - `first` object, required — The URL for the first page of the set
      - `href` string
    - `last` object, required — The URL for the last page of the set
      - `href` string
    - `previous` object — The URL for the previous page in the set, if there is one
      - `href` string
    - `next` object — The URL for the next page in the set, if there is one
      - `href` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden (requires scopes `webhooks:read`)
- `429` — Too many requests

---

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