---
title: "Retrieve Webhooks configurations"
method: GET
path: "/v7/webhooks/public/api/subscriptions"
tags: ["Retrieve webhooks"]
---

# Retrieve Webhooks configurations

`GET /v7/webhooks/public/api/subscriptions`

Please be aware that using this endpoint requires either the `View Webhooks configurations` or `Manage Webhooks configurations` security role.

## Response `200`

OK

- object
  - `antivirusEnabled` boolean
  - `configs` object[]
    - `configId` string
    - `confirmed` number
    - `endpoint` string
    - `events` string[]
    - `is_legacy` boolean
    - `migratedSubscriptions` string
    - `name` string
    - `preArchivedNotificationDays` number
    - `protocol` string
    - `status` number
  - `message` string
  - `success` boolean

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
