Error Response Format
curl -X GET -H "x-api-key: none" https://api.unleashlive.com/v1/analytics/versionimport urllib3http = urllib3.PoolManager()r = http.request('GET', 'https://api.unleashlive.com/v1/analytics/version', headers={'x-api-key': ''})r.data{"message":"Forbidden"}Standard error messages are returned upon an incomplete or invalid API request. Example shown in JSON.