curl -H 'Client-ID: id' -H 'Authorization: Bearer token' -X GET 'https://api.twitch.tv/helix/webhooks/subscriptions'
{"error":"Unauthorized","status":401,"message":"Must provide valid app token."}
so … what app token?
curl -H 'Client-ID: id' -H 'Authorization: Bearer token' -X GET 'https://api.twitch.tv/helix/webhooks/subscriptions'
{"error":"Unauthorized","status":401,"message":"Must provide valid app token."}
so … what app token?
This is an “App Access token” AKA “Client Credentials” AKA “server to server token”
As in it’s needs to be a token that “represents” the ClientID not a token that “represents” a user
Token types are covered here
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.