# List available products **GET /products** Retrieve all available banking products (currencies) before creating accounts ## Servers - Sandbox - Banking Operations: https://bank.bank.place (Sandbox - Banking Operations) - Sandbox - Authentication: https://auth.bank.place (Sandbox - Authentication) ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 List of products #### Body: application/json (array[object]) - **createdAt** (string) Creation timestamp - **description** (string) Product description - **edges** (object) - **id** (integer) Product ID - **name** (string) Product name - **updatedAt** (string) Last update timestamp ### 401 Unauthorized #### Body: application/json (object) - **errorCode** (string) Error code - **message** (string) Error message [Powered by Bump.sh](https://bump.sh)