Get Streamers' Info
Overview
This GET endpoint enables you to retrieve information that might be required to initiate a streaming session.
There are few required parameters that must be provided in the request:
Authorization (header). This is the authorization token from the very first token request. The value of this header must have the following format:
Bearer BQ898r9fefi
(Bearer
+ 1 space + the token).API version (path). Unless necessary, leave it at "1.0".
Here's the final template for this API request:
Response
In response to this API request, you will receive a JSON dictionary containing the URLs, session IDs, and other pertinent information that might be required to initiate a streaming session.
where:
Parameter | Description |
---|---|
URL | This is the URL of the streamer. |
Type | This is the type of the retrieve data. |
SessionId | This is the ID of the session. |
Common Mistakes
Here are some of the common mistakes that developers make when attempting to retrieve streamer data.
Failing to Specify the Et-App-Key Parameter
If you specify the wrong Et-App-Key parameter or fail to include it in the header altogether, you'll get the following error:
Last updated