Get Authorization By User
documentedGets the authorization scopes granted by the user.
GET /helix/users/authorizeUsersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
I’m sorry — there is no Twitch Helix endpoint at /helix/users/authorize in the official API docs. The Twitch Helix API documents user lookups under /helix/users (e.g. GET https://api.twitch.tv/helix/users?login=... headers include Authorization: Bearer <token> and Client-Id: <client_id>). For user authorization flow (OAuth), Twitch uses the standard OAuth2 endpoints at id.twitch.tv/oauth2/authorize and id.twitch.tv/oauth2/token. See Twitch docs for Get Started / Get Users and the OAuth authorization endpoint. ([dev.twitch.tv](https://dev.twitch.tv/docs/api/get-started?utm_source=openai))