Trying to send messages to my live YT chat with curl
curl -X POST “https://api.nightbot.tv/1/channel/send” -H “Authorization: Bearer xxyyzz” -d “message=test”
but keep getting a: {“message”:“unauthorized”,“status”:401}
I’m sure that the Authorization: Bearer is correct.
Could it be that https://api.nightbot.tv/1/channel/send is having problems?