Accounts

The Fluctuo Bridge allows you to list and create accounts.
Creating and retrieving accounts requires a private scope. The use of these mutations must be reserved for backend.

List accounts

The list of accounts is returned as a paginated collection.
The returned accounts contain the related vendor subaccounts. To list the accounts, simply call the request " getAccounts".

Create account

You must use the " createAccount" mutation to create a new account. It is possible to pass a name and an email in parameter to facilitate its identification later.

Continue with subaccount