# Get a subscription

Retrieve an existing webhook subscription

Endpoint: GET /v1/webhooks/subscriptions/{id}
Version: 1.0

## Path parameters:

  - `id` (integer, required)
    The ID of the subscription

## Response 200:

  - `200` (unknown)
    OK

## Response 200 fields (text/plain):

  - `id` (integer)

  - `topics` (array)

  - `subscriptionUrl` (string)

  - `clientState` (string)

  - `status` (string)

  - `createdDateUtc` (string)

  - `createdBy` (string)

  - `modifiedDateUtc` (string)

  - `modifiedBy` (string)

