---
title: "List Account Credentials"
method: GET
path: "/accounts/{account_name}/credentials"
tags: ["Accounts"]
---

# List Account Credentials

`GET /accounts/{account_name}/credentials`

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

## Path parameters

- `account_name` string, required

## Response `200`

Successful Response

- string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/hummingbot/apis/hummingbot-api.md) · [All operations](https://skmtc.net/hummingbot/apis/hummingbot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hummingbot/hummingbot-api/revisions/5347fe79537f/schema)
