---
title: "List webhook configs for the authenticated application"
method: GET
path: "/webhooks/configs"
tags: ["Webhooks"]
---

# List webhook configs for the authenticated application

`GET /webhooks/configs`

## Response `200`

OK

- WebhookConfig
  - `id` string, uuid — Unique identifier
  - `accountId` string — Account identifier
  - `applicationId` string — Application identifier
  - `url` string — Endpoint URL
  - `secret` string — Signing secret (returned on creation and when listing configs)
  - `subscribedEvents` string[] — Subscribed event types, or ["AllEvents"] when subscribed to all
  - `createdAt` string, date-time — Creation timestamp
  - `updatedAt` string, date-time — Last update timestamp

## Other responses

- `401` — Unauthorized - Invalid or missing JWT token
- `403` — Forbidden

---

[API](https://skmtc.net/gonitro/apis/nitro-sign-public-api.md) · [All operations](https://skmtc.net/gonitro/apis/nitro-sign-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gonitro/nitro-sign-public-api/versions/26e3043a365b/schema)
