## Using the Happeo API with System Accounts

To use the Happeo API with System Accounts, you will need to:

1. Create a system account
2. Create an API key for that system account
3. Give the correct user rights for the system account. The system account acts like a standard user in Happeo. This means, for example, adding admin rights to access user licensing, or adding the system account to a channel to let it post into it.

When this is done, you can then call the API with the API key passed into a header named 'x-happeo-apikey'.

```undefined
...
Content-type: application/json
x-happeo-apikey: your-api-key
...
```
