To authenticate with the Clear API, you must create an API application here. You will be given two values, a public key and a private key. You will use these to authenticate with the API.

When calling a Clear API, pass these keys in the querystring of the URL, for example:

https://clear.codeday.org/api/regions?public=YOUR_PUBLIC_KEY&private=YOUR_PRIVATE_KEY