get
https://app.hosttools.com/oauth/authorize
Initiates the OAuth 2.0 authorization code flow. Redirects the user to a consent page
where they can approve or deny access for the requesting client.
First-party clients skip the consent page and redirect immediately.
Requires the user to be logged in (session auth).
Use PKCE (code_challenge with S256 method) for public clients.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Consent page rendered (HTML)
302Redirect to redirect_uri with authorization code (first-party clients)
400Invalid request (bad client_id, redirect_uri, or response_type)