Authentication

Users of this API are given an API key that must be used on all requests to the API. Want to integrate? Let's talk! Once you have your API key, you must provide it in the Authorization HTTP header on all requests. The format of this key is as follows:

Authorization: Key myApiKeyHere

For example, if your API key were THIS_IS_AN_EXAMPLE, your authorization header would look like this: Authorization: Key THIS_IS_AN_EXAMPLE