curl --request GET \
--url http://localhost:8000/accounts/{account_name}/credentials \
--header 'Authorization: Basic <encoded-value>'[
"<string>"
]Get a list of all connectors that have credentials configured for a specific account.
Args: account_name: Name of the account to list credentials for
Returns: List of connector names that have credentials configured
Raises: HTTPException: 404 if account not found
curl --request GET \
--url http://localhost:8000/accounts/{account_name}/credentials \
--header 'Authorization: Basic <encoded-value>'[
"<string>"
]Was this page helpful?