# Authentication
The API uses a secure key pair for authentication on every request. You must
provide your **API Key** as the username and your **API Secret** as the
password, formatted as an HTTP Basic Authentication header.
The `Authorization` header is constructed by Base64-encoding your
`API_KEY:API_SECRET` string and prepending it with `Basic `.
