Request authorization from a user for the scopes your application requires. This page will prompt the user the grant permissions to your application, and upon completion, redirects to the redirect_uri you specify. Ensure that your redirect_uri matches the value in your app's settings.
Request
Query Params
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.challonge.com/oauth/authorize?scope=me tournaments:read matches:read participants:read&client_id&redirect_uri=&response_type=code&community_id'