v12

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-0464108237.1 KB
Cost Ingestion

List connector credentials

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

get/merchant-account/{merchantId}/connectors

Path parameters

merchantIdstring required

Merchant account id.

Response

Masked credentials

connectorstring
accountstring

Connector-side account, e.g. Adyen merchantAccountCode.

webhook_secret_hintstring

when no credential blob is stored or decryptable.

download_auth_hintstring

Example response

[
  {
    "connector": "adyen",
    "webhook_secret_hint": "••••a3f9",
    "download_auth_hint": "reportuser:••••"
  }
]