Base64 encoding/decoding authorisation header
Our REST API uses Basic authentication. You will need to base64 encode your username and password combination. This is explained more in the API docs here under authentication.
A handy online tool can be found here.