Authentication

Haus Live's digital platform uses API keys to authenticate requests. An API key is a token that a client provides in every API request.

You can contact the Haus Live technical team to obtain an API key

How to provide the key

The API key is passed in the HTTP header of every HTTP request to an API function.

The header name is X-API-Key

Sample HTTP Request with Authentication
GET /media/list HTTP/1.1
Host: api.haus.live 
Accept: application/json 
X-API-Key: 3fsG7Lsm@sd#9kEnbV

Last updated