np10
  1. game
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. game

Join Queue

POST
/game/matchmaking/v1/join

Request

Header Params

Responses

🟢200Success
text/event-stream
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/game/matchmaking/v1/join' \
--header 'Authorization: {{access}}'
Response Response Example
event: join-queue
id: 1
data: "S6LGFG6MJBIX6S2WUOMYWH7QQD"
Modified at 2026-01-27 04:07:34
Previous
View Profile
Next
Leave Queue
Built with