---
title: "List connector credentials"
method: GET
path: "/merchant-account/{merchantId}/connectors"
tags: ["Cost Ingestion"]
---

# List connector credentials

`GET /merchant-account/{merchantId}/connectors`

List the connector credentials configured for a merchant. Secrets are masked.

## Path parameters

- `merchantId` string, required

## Response `200`

Masked credentials

- MaskedSource[]
  - `connector` string
  - `account` string — Connector-side account, e.g. Adyen `merchantAccountCode`.
  - `webhook_secret_hint` string — `—` when no credential blob is stored or decryptable.
  - `download_auth_hint` string

---

[API](https://skmtc.net/juspay/apis/decision-engine.md) · [All operations](https://skmtc.net/juspay/apis/decision-engine/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/juspay/decision-engine/versions/36e7a0972ee6/schema)
