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.
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
Last updated