Skip to main content
Welcome to the eStream API!
This guide helps you get up and running quickly — from requesting credentials to making your first successful call.

Overview

The eStream API provides secure access to internal data and endpoints through an authentication token.
All endpoints are REST-based and respond in JSON.

Steps to Begin

  1. Request API Access
    Contact your administrator or integration support team to receive your API credentials.
    You’ll receive a username, password, and environment URLs (QA and Production).
  2. Authenticate and Get Token
    Use your credentials to call the /auth/login endpoint.
    You’ll receive a token that must be passed in the Authorization header for all subsequent requests.
  3. Make Your First Request
    Once authenticated, use any of the available API endpoints documented in the API Reference section.
API System Overview