Hi everyone,
I’m currently trying to get the live status of a channel.
To do so, I’m using the API endpoint
with my client ID in the header
Client-ID: MyClientID
but I can’t since the API asks me an OAuth token
{“error”:“Unauthorized”,“status”:401,“message”:“OAuth token is missing”}
And this is where I don’t understand. I saw a topic where the user was getting a response without OAuth token.
Maybe should I use webhooks instead of the API ?
Can someone help me please ? thanks ^^