Haus Live
  • ✨Overview
    • Haus Live Digital Partner Platform
    • Why Consider the Platform?
    • Getting Started
  • 🛠️For Developers
    • API Overview
    • Streaming Specifications
    • Authentication
    • Whitelisting
    • API Reference
      • /media/list
      • /stream/{media_id}
      • Field Data Reference
        • Categories
        • Durations
        • Difficulties
Powered by GitBook
On this page
  1. For Developers

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
PreviousStreaming SpecificationsNextWhitelisting

Last updated 2 years ago

🛠️