---
title: "List a recipient's source credentials"
method: GET
path: "/recipient-source-credentials"
tags: ["Recipient Source Credentials"]
---

# List a recipient's source credentials

`GET /recipient-source-credentials`

The Recipient Source Credentials endpoint returns the configured source credentials for a recipient. Source credentials are the credentials used to connect to the source on behalf of a recipient.

## Query parameters

- `page_size` integer
- `order` 'asc' | 'desc'
- `cursor` string

## Response `200`

OK

- object
  - `status` 'success', required
  - `data` ListRecipientSourceCredentialResponse, required
    - `recipient_source_credentials` RecipientSourceCredentialResource[], required
      - `id` string, required
      - `recipient_id` string, required
      - `source_id` string, required
      - `username` string, required
      - `created_at` string, date-time, required
      - `updated_at` string, date-time, required
  - `message` string, required
  - `has_next` boolean, required — Whether there are more items beyond this page.
  - `next_url` string — Full URL to fetch the next page. Only present when has_next is true.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/prequel/apis/prequel-data-export.md) · [All operations](https://skmtc.net/prequel/apis/prequel-data-export/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prequel/prequel-data-export/versions/09c662a871f8/schema)
