403, Not alllowed to broadcast

I want to get streamKey by https://api.twitch.tv/kraken/channel/, it shows me

{
"error": "Forbidden",
"status": 403,
"message": "Not allowed to broadcast"

}

why? how can i solve? or other api I can use?

Is it a new Twitch account? Twitch recently made a change that requires new accounts to set up 2 factor authentication on their account before they are allowed to stream. I’ve not seen that “Not allowed to broadcast” error before but this change could explain that if your account is new.

after enable 2fa, it works. thanks.