Setup
Scopes
Default scopes:user:read
| Scope | What it unlocks |
|---|---|
user:read | Read user profile and email |
channel:read | Read channel information |
chat:read | Read chat messages |
Kick’s OAuth implementation is relatively new. Check the Kick API documentation for the latest scope definitions.
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /auth/oauth/authorize/kick | Redirect to Kick |
| GET | /auth/oauth/callback/kick | Handle callback |