POST /oauth2/token
OAuth2 token endpoint
Request Traces
Request Headers
POST https://api.railway-stations.org/oauth2/token
Accept: application/json
Request Content
grant_type=value&refresh_token=value&code=value&client_id=value&redirect_uri=value&code_verifier=value
HTTP Response
HTTP 200
successful token request
{
"access_token": "string",
"refresh_token": "string",
"scope": "string",
"token_type": "string",
"expires_in": 0,
}
HTTP default
Unexpected error
