Dear Support Team,
I am not able to use REST API v 2.0. Command lines and output are below:
Command line:
curl -H “Authorization: Bearer same_token” ^
-H “Content-Type: application/json” ^
-X “GET” ^
“https://api.video.wowza.com/api/v2.0/transcoders/same_id/state”
Output:
{“meta”:{“status”:404,“code”:“ERR-404-RouteNotFound”,“title”:“Route Not Found Error”,“message”:“The requested endpoint couldn’t be found.”,“description”:“”},“request_id”:“c578b30663d9a1a229d229e770c4fd4a”,“request_timestamp”:“2024-11-14T09:20:08.328Z”}
Command line:
curl -H “Authorization: Bearer same_token” ^
-H “Content-Type: application/json” ^
-X “GET” ^
“https://api.video.wowza.com/api/v1.11/transcoders/same_id/state”
Output:
{“transcoder”:{“state”:“stopped”,“uptime_id”:null,“ip_address”:“0.0.0.0”}}
How could I fix that issue?
Best Regards,
Rimas