# Accounts Operations related accounts. ## Get Accounts - [GET /api/external/user/account](https://developer.fl3xx.com/reference/accounts/getaccounts.md): Get list of accounts. ## Creates an account - [POST /api/external/user/account](https://developer.fl3xx.com/reference/accounts/postaccount.md): Creates a new account ## Get an Account - [GET /api/external/user/account/{externalReference}](https://developer.fl3xx.com/reference/accounts/getaccountbyreference.md): Fetches details of an account using it's externalReference ## Update an account - [PUT /api/external/user/account/{externalReference}](https://developer.fl3xx.com/reference/accounts/putaccount.md): Updates an existing account using its externalReference ## Delete an account - [DELETE /api/external/user/account/{externalReference}](https://developer.fl3xx.com/reference/accounts/deleteaccount.md): Deletes (makes inactive) an existing account using its reference