### Credentials

Before using this API you need to obtain valid credentials:

- ACCESS KEY: Random base64 encoded string with custom prefix
- SECRET KEY: Random base64 encoded string


If possible, you need to keep `ACCESS_KEY` private and under no circumstances
you should share your `SECRET KEY`. For user convenience, ACCESS KEY includes custom prefix in the value, e.g.

```
    company-test-sIEUpUP7b41n51WY
```

where the first part is your company tag, followed by key usage hint and
last part is a random value.