Authentication

Basic Authorization is used to access the Colocator API. The Basic Authorization header should be present on every API call. You will be provided with an API token to use, this should be kept secure.

-H "Authorization: Basic YOUR_API_TOKEN_HERE"

In addition the App Key should be present as a query parameter:

-d app=YOUR_APP_KEY