np10
  1. account
np10
  • account
    • Register
      POST
    • Login
      POST
    • Logout
      POST
    • Refresh
      POST
    • Infer
      GET
  • social
    • View Profile
      GET
  • game
    • Join Queue
      POST
    • Leave Queue
      POST
  • match
    • player1
    • player2
    • spectactor
  1. account

Infer

GET
/account/auth/v1/infer

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/account/auth/v1/infer?authorization={{access}}' \
--header 'Authorization: {{access}}'
Response Response Example
via header: OK
{
    "user": 1
}
Modified at 2025-12-30 01:33:22
Previous
Refresh
Next
View Profile
Built with