API Authentication

Authentication for the Homepass API endpoints requires special keys in the Request Header of every request.

Each client is provided with an "applicationId" and "secretKey".

Basic auth over HTTPS method

This method involves using your secretKey in a HTTPS Basic Authentication request. Note that you must use HTTPS if you use this method.

For example:

secretKey = x4svahDfn1oDnbhyeVei77GAwtY7avoZePnxrlg1

Each request made by the client requires the following:

Request Header:

Authorization = Basic x4svahDfn1oDnbhyeVei77GAwtY7avoZePnxrlg1