Skip to content

Error Response Format

Terminal window
curl -X GET -H "x-api-key: none" https://api.unleashlive.com/v1/analytics/version
import urllib3
http = 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.