I am trying to get information via url (rest api). I use the link:
https://api.twitch.tv/helix/users?login=dallas?client_id=«id»&token=«Bearer token»
But it gives me an error
{“error”:“Unauthorized”,“status”:401,“message”:“OAuth token is missing”}
Where do I enter my access token in this link? help me create correct link…