---
title: "Get a Pay Link Webhook by ID"
method: GET
path: "/v1/webhook/paylink/transaction/{webhookId}"
tags: ["Webhooks"]
---

# Get a Pay Link Webhook by ID

`GET /v1/webhook/paylink/transaction/{webhookId}`

Fetch the details of a specific pay link webhook by its ID.

## Path parameters

- `webhookId` string, required

## Query parameters

- `apiKey` string, required

## Response `200`

Successfully retrieved webhook(s).

- PaylinkTransactionHookEntity[]
  - `events` 'CREATED', required
  - `id` string, required
  - `paylink` string, required
  - `company` string, required
  - `targetUrl` string, required
  - `sharedToken` string, required
  - `creator` string

## Other responses

- `401` — Provided API key has no access to the resource.

---

[API](https://skmtc.net/hel/apis/helio-open-api.md) · [All operations](https://skmtc.net/hel/apis/helio-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hel/helio-open-api/revisions/5732beb2d39f/schema)
