GET api2/cast_token_old.json?deviceID={deviceID}&projectID={projectID}&clientType={clientType}
DEPRECATED Get token for streaming (StreamAuth on admin)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
deviceID | integer |
Required |
|
projectID | integer |
Required |
|
clientType | string |
None. |
Body Parameters
None.
Response Information
Resource Description
API.Models.CastTokenResultName | Description | Type | Additional information |
---|---|---|---|
token | string |
None. |
Response Formats
{ "token": "sample string 1" }