Replies: 5 comments
-
|
Thanks for opening an issue! It looks like you are calling Where you should be calling Just a typo in the endpoint. Let us know if it fixes your problem! |
Beta Was this translation helpful? Give feedback.
-
|
OAuth 2.0 Authorization Endpoint Still Returning 404 Hi, Thanks for your response! I updated my authorization endpoint to https://id.kick.com/oauth/authorize as you suggested. However, I am still getting an HTTP 404 error when trying to access it. Here’s the exact request I’m making: Could you confirm if this endpoint is active and correctly implemented? Or is there an updated URL that we should be using? Looking forward to your response. Thanks for your help! Best regards, |
Beta Was this translation helpful? Give feedback.
-
|
It looks like some of the required parameters are missing from the url.
A valid url looks like below: Check out here for some code examples that have been made by the community. Also, jump into the Kick Discord #community-developers channel! Theres heaps of friendly developers that are tackling the same problems! |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I am still getting a 500 Internal Server Error when trying to authorize via https://id.kick.com/oauth/authorize. My request URL is formatted correctly and contains all required parameters (client_id, redirect_uri, code_challenge, etc.), but the server is returning an error. Can you confirm if the OAuth server is functioning correctly? Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Hello, This happens after the site link https://api.kick.com/oauth/authorize allows access. Please help me, good work. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to integrate Kick OAuth for my application, but the authorization endpoint is not working.
The URL I used:
https://id.kick.com/oauth2/authorize?client_id=MY_CLIENT_ID&redirect_uri=http://localhost:5000/callback&response_type=code
When I try to access this URL, I get a 404 error (Page Not Found).
Steps to Reproduce
http://localhost:5000/callbackas my redirect URI.Expected Behavior
Actual Behavior
Additional Information
Any updates or fixes would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions