# List API keys **GET /api/api_keys** Allows you to retrieve the list of API keys that belong to your account. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ### Query parameters - **account_id** (string) the id of the account to get API keys for ## Responses ### 200 OK #### Body: application/json (object) - **data** (array[object]) API Keys of the Account ### 401 Unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)