API Authentication


Every request to the API must be authenticated with a TeraStore username and password.

Authentication is done using BASIC Authentication method. And should absolutely be done only through SSL to avoid any security issues.

To Do: Examples