API - Authentication

To obtain an API key, an admin with permission to the API section of our CSRconnect Admin Panel needs to generate a new API key and give it access to the services offered. Currently, "metrics" and "employees" are the only services available in V1.0.

Once you have a valid key, pass the key as an **x-bb-Key** parameter in the header.

```javascript Example (Javascript)
myHeaders.append('x-bb-Key', 'api-key');
```