Set Amazon access token
Enable Amazon Atmos
Enable Amazon HD
Get Amazon HD status
Get Amazon Music configuration
Set Amazon Music parameters
GET
/setAmazonMusicParams:code={str1}:redirect_uri={str2}:client_id={str3}:code_verifier={str4}
Makes a call to https://10.10.10.254/httpapi.asp?command=setAmazonMusicParams:code=%@:redirect_uri=%@:client_id=%@:code_verifier=%@
Note: The parameters in the command should be replaced with actual values when making the request.
Parameters
Path Parameters
str1*
The code parameter for Amazon Music
Type
Requiredstring
str2*
The redirect URI for Amazon Music
Type
Requiredstring
str3*
The client ID for Amazon Music
Type
Requiredstring
str4*
The code verifier for Amazon Music
Type
Requiredstring
Responses
Successful response
Set Amazon Prime token
GET
/setPrimeToken:username={str1}:token={str2}:refreshToken={str3}:expires_in={n}
Makes a call to https://10.10.10.254/httpapi.asp?command=setPrimeToken:username=%@:token=%@:refreshToken=%@:expires_in=%ld
Parameters
Path Parameters
str1*
The username for Amazon Prime
Type
Requiredstring
str2*
The access token for Amazon Prime
Type
Requiredstring
str3*
The refresh token for Amazon Prime
Type
Requiredstring
n*
The expiration time in seconds for the access token
Type
Requiredinteger
Responses
Successful response