# List Customers Get all customers that can be accessed by your API key Endpoint: GET /auth/api/v1/Customers Version: 1.5.0 Security: api-key, nonce, timestamp, version, signature ## Response 200 fields (application/json): - `name` (string, required) The client name, example: 'Satoshi Nakamoto' - `customerNumber` (string, required) Used to select the customer an API endpoint is executed for, should be set as the customer-number HTTP header for most API requests - `eligibleForTrading` (boolean, required) Must be true to use this client for trading - `accessRight` (string, required) The permissions you have for this client, can be one of: ReadOnly, Trading, DepositWithdrawal, FullAccess