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

Logout

POST
/account/auth/v1/logout

Request

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/account/auth/v1/logout' \
--header 'Authorization: {{access}}'
Response Response Example
{}
Modified at 2025-12-16 09:31:53
Previous
Login
Next
Refresh
Built with