Skip to main content
The eStream API uses a secure token-based authentication model.

Login with Username & Password

To obtain a token, call the /auth/token endpoint with your username and password. Authentication Flow

Example Request

POST /auth/token HTTP/1.1
Content-Type: application/json

{
  "username": "demo_user",
  "password": "YourPassword123!"
}