---
title: "Get a Pay Links Transactions by ID"
method: GET
path: "/v1/paylink/{id}/transactions"
tags: ["Paylink"]
---

# Get a Pay Links Transactions by ID

`GET /v1/paylink/{id}/transactions`

Retrieve all transactions associated with a specific paylink ID.

## Path parameters

- `id` string, required

## Query parameters

- `apiKey` string, required
- `senderPK` string
- `to` string
- `from` string

## Response `200`

Successful transaction retrieval

## 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)
