Skip to main content
To start using the eStream API, you need to obtain an access token. This token authenticates your requests and determines your permissions and usage limits.

How to Request Access

  1. Sign Up:
    Register for an account on the eStream developer portal.
  2. Submit an Access Request:
    Fill out the API access form with your organization details and intended use case.
  3. Approval Process:
    Our team will review your request and notify you once your access is granted.
  4. Receive Your Token:
    After approval, you’ll receive an access token via email or in your developer dashboard.

Example Success Response

{
  "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9",
  "success": true,
  "code": 200
}