Authenticating your requests
Authentication is required for all requests made to the API.
Authentication is completed using HTTP Basic Authentication.
Each user can have one or more API clients. Each client is represented by an API key and an API secret.
In the context of HTTP Basic Authentication the API Key represents the Username and the API Secret represents the Password.