---
title: "Link List"
method: GET
path: "/payout/link/list"
---

# Link List

`GET /payout/link/list`

View and manage all your active and completed payout links in one place.

## Response `200`

200

- object
  - `statuscode` string
  - `actcode` unknown
  - `status` string
  - `data` object
    - `meta` object
      - `totalPages` integer
      - `currentPage` integer
      - `totalRecords` integer
      - `recordsOnCurrentPage` integer
      - `recordFrom` integer
      - `recordTo` integer
    - `records` object[]
      - `amount` number
      - `purpose` string
      - `description` string
      - `status` string
      - `linkId` string
      - `contactDetails` object
        - `name` string
        - `email` string
        - `mobile` string
      - `referenceNo` string
      - `orderId` string
      - `url` string
      - `qrUrl` string
      - `paymentModes` string[]
      - `verifyBene` boolean
      - `activatedAt` string
      - `expiredAt` string
  - `timestamp` string
  - `ipay_uuid` string
  - `orderid` unknown
  - `environment` string
  - `internalCode` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/instantpay/apis/identity.md) · [All operations](https://skmtc.net/instantpay/apis/identity/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantpay/identity/revisions/1d0672797b14/schema)
