Accounts

Document data is secured and separated using Accounts.

An Account is considered to be the data owner. Using the REST API users can access only data within their Account.

circle-info

All users using the same Account share the same data.

There is no way to access data in different Accounts, neither can you exchange data between Accounts.

An Account is a boundary and there is no way to cross this.

You can use the SharedAccount to get started and play with the services for free.

If you register for a dedicated Account all your data is private and securely stored under that Account. Look into our Plans to find the right plan that suits your needs.

Users

All end-points are secured using BASIC Authorization with username and token.

Each user has his own, unique Username+ Token combination that is assigned to an Account: BASIC Token => Username:Token --> Account

  • Account -> your company -> your space == your data

    • BASIC Token 1 -> Username A + Password 1

    • BASIC Token 2 -> Username B + Password 2