API key is composed of GUID and Token separated by a colon:
GUID:TOKEN
Pass the API key into the X-Api-Key HTTP header:
curl -H 'X-Api-Key: GUID:TOKEN' 'https://api.clevermonitor.com/v1.1'
It is necessary to send SNI (Server Name Indication) for successfull API authentication!