Wowza Community

Invalid API key

I was following the tutorial from here and but I can’t proceed pass the step 8 as I got the following response even after I added my api key and access key:

"meta": {
        "status": 401,
        "code": "ERR-401-InvalidApiKey",
        "title": "Invalid Api Key Error",
        "message": "Invalid API key.",
        "description": "",
        "links": []
    }

Since I’m a trial user, could this be my limitation of accessing sandbox? but it certainly wasn’t stated in docs

I have same error. I more frustrate wowza api for rest API not working properly.

{
“meta”: {
“status”: 401,
“code”: “ERR-401-InvalidApiKey”,
“title”: “Invalid Api Key Error”,
“message”: “Invalid API key.”,
“description”: “”
}
}

Thanks for the question @Eddie Chan and comment @Kushal Thakur. I agree the tutorial is not clear enough and we can fix that- so thank you. The Cloud Sandbox is only a tool for testing API commands, you can’t actually publish or playback streams from it.

You’d need to copy and paste those API calls after you practice them and run them in a live API environment. Sorry for any confusion.

Here is a tutorial on how to run an API call in a non-testing environment.

https://www.wowza.com/docs/how-to-broadcast-a-live-stream-by-using-the-wowza-streaming-cloud-rest-api

I also had this error and stumbled upon this post. So thank you for pointing me in the right direction.

However, I would like to remind the staff that this tutorial is still up and running and will likely cause more confusion among new users like me who are trying out WSC.

(https://www.wowza.com/blog/how-to-use-the-rest-api-for-wowza-streaming-cloud-video-tutorial)

1 Like

Thank you very much for the feedback and I will see that it’s taken down today. We’ll get the correct info up asap.

Referenced blog has been removed.