---
title: "Count destinations"
method: GET
path: "/destinations/count"
tags: ["Destinations"]
---

# Count destinations

`GET /destinations/count`

## Query parameters

- `id` union — Filter by destination IDs
  - string
  - string[]
- `name` union — The destination name
  - string
  - string[]
- `disabled` boolean — Include disabled resources in the response
- `disabled_at` union — Date the destination was disabled
  - string, date-time, nullable
  - string[]

## Response `200`

Count of destinations

- object
  - `count` number, float, required — Count of destinations

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/hookdeck/apis/hookdeck-admin-rest-api.md) · [All operations](https://skmtc.dev/hookdeck/apis/hookdeck-admin-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hookdeck/hookdeck-admin-rest-api/revisions/091808eac7fa/schema)
