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
Example response
[
{
"connector": "adyen",
"webhook_secret_hint": "••••a3f9",
"download_auth_hint": "reportuser:••••"
}
]