Differences

This shows you the differences between two versions of the page.

Link to this comparison view

api-authentication [2017/07/26 08:24]
api-authentication [2017/07/26 08:24] (current)
Line 1: Line 1:
 +====== API Authentication =====
  
 +Version 2.0 of the Sentori API requires that all requests have a HTTP header named **ApiKey** containing the Sentori Account API Key. Any requests made to the API without an API Key or with an invalid key will be rejected.
 +
 +===== Example =====
 +
 +<​code>​GET:​ /example/ HTTP/1.1
 +Host: api.sentoriapp.com
 +ApiKey: 00000000-0000-0000-0000-000000000000</​code>​