cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/ranking/table \ --header 'Authorization: Bearer <token>'
{ "rows": [ { "factors": {}, "rank": 123, "score": 123, "symbol": "<string>" } ], "computed_at": "<string>" }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Ranked table of symbols by factors
Ranking listing response.
Show child attributes
Was this page helpful?