---
title: "List Destinations"
method: GET
path: "/organizations/{orgId}/integrationdestinations/webhooks"
tags: ["Integrations"]
---

# List Destinations

`GET /organizations/{orgId}/integrationdestinations/webhooks`

Retrieve a list of all Destinations created in the Organization.

## Path parameters

- `orgId` string, required

## Query parameters

- `pageSize` integer
- `nextToken` string
- `ids` string[]

## Response `200`

Returns a list of Destinations.

- PaginatedWebhookDestinationResponseData
  - `data` WebhookDestinationResponse[]
    - `url` string — The URL to which webhook requests are sent.
    - `credentials` object — Response representing a credential set for m3ter request signing
      - `apiKey` string — The API key provided by m3ter. This key is part of the credential set required for signing requests and authenticating with m3ter services.
      - `secret` string — The secret associated with the API key. This secret is used in conjunction with the API key to generate a signature for secure authentication.
      - `id` string, required — The UUID of the entity.
      - `version` integer — The version number: - **Create:** On initial Create to insert a new entity, the version is set at 1 in the response. - **Update:** On successful Update, the version is incremented by 1 in the response.
      - `dtCreated` string, date-time — The DateTime when this item was created *(in ISO-8601 format)*.
      - `dtLastModified` string, date-time — The DateTime when this item was last modified *(in ISO-8601 format)*.
      - `createdBy` string — The ID of the user who created this item.
      - `lastModifiedBy` string — The ID of the user who last modified this item.
      - `type` string, required — the type of credentials
      - `destination` string, required — the system the integration is for
      - `destinationId` string — the destinationId the integration is for
      - `name` string — the name of the credentials
    - `id` string, required — The UUID of the entity.
    - `version` integer — The version number: - **Create:** On initial Create to insert a new entity, the version is set at 1 in the response. - **Update:** On successful Update, the version is incremented by 1 in the response.
    - `dtCreated` string, date-time — The DateTime when this item was created *(in ISO-8601 format)*.
    - `dtLastModified` string, date-time — The DateTime when this item was last modified *(in ISO-8601 format)*.
    - `createdBy` string — The ID of the user who created this item.
    - `lastModifiedBy` string — The ID of the user who last modified this item.
    - `name` string
    - `description` string
    - `code` string
    - `active` boolean
  - `nextToken` string

## Other responses

- `4XX` — Error message
- `5XX` — Error message

---

[API](https://skmtc.net/m3ter-com/apis/m3ter-api.md) · [All operations](https://skmtc.net/m3ter-com/apis/m3ter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/m3ter-com/m3ter-api/versions/ac93d1a9e6d9/schema)
