# Get Accounts Get list of accounts. Endpoint: GET /api/external/user/account Version: 1.5.0 Security: API_AUTHENTICATION ## Query parameters: - `limit` (integer) Maximum number of items returned - `offset` (integer) Offset ## Response 200 fields (application/json): - `accountNumber` (string) Account number Example: 1111 - `accountid` (integer) FL3XX generated account ID Example: 1111 - `email` (string) Email address Example: "email@fl3xx.com" - `externalReference` (string) External reference Example: "669665849-f120-4f65-6325-11111" - `internalId` (integer) Internal ID Example: 632123 - `mobile` (string) Mobile phone Example: 111111111 - `name` (string) Account name Example: "Account" - `notes` (string) Notes Example: "Notes" - `phone` (string) Phone number Example: 111111111 - `vatNumber` (string) VAT Number Example: "A11111111111" - `address` (object) - `address.buildingDetails` (string) Building details Example: "14th" - `address.city` (string) City Example: "Lisbon" - `address.country` (string) Country Example: "Portugal" - `address.latitude` (number) Latitude Example: 0.1 - `address.links` (object) - `address.links.empty` (boolean) - `address.longitude` (number) longitude Example: 0.1 - `address.recipient` (string) Recipient Example: "Recipient" - `address.street` (string) Street Example: "My Street" - `address.type` (string) Enum: "WORK", "HOME", "OTHER", "APIS" - `address.zip` (string) ZIP Code Example: 111111