OpenAPI Gallery
GET /oauth2/authorize
Table of Contents
On this page:

GET /oauth2/authorize

OAuth2 authorization endpoint

Redirect the user to this URL to start the authorization code flow. Specification: https://datatracker.ietf.org/doc/html/rfc6749#section-3.1 PKCE: https://tools.ietf.org/html/rfc7636

Request Traces

Request Headers

GET https://api.railway-stations.org/oauth2/authorize

HTTP Response

HTTP 302

redirect to redirect_uri with code and state query parameter

HTTP default

Unexpected error


© VyDevSoft, 2026 • updated: Feb 18, 2026
Comment or report problem with topic