Matchmaking
List all active (queued) tickets for a matchmaker
GET
Authorizations
Headers
API key for authentication
Optional client authentication token for player validation
Response
200
application/json
A list of active tickets
Unique identifier for the ticket
Example:
"a1b2c3d4-e5f6-7890-1234-567890abcdef"
Unique identifier for the player
Example:
"player_123"
Identifier of the matchmaker this ticket belongs to
Example:
"c0c17d62-890e-4788-83e0-f16be8db4901"
Current status of the ticket
Available options:
In Queue
, matched
, cancelled
, expired
, deleted
, abandoned
Example:
"In Queue"
Timestamp of when the ticket was created (Unix epoch milliseconds)
Example:
1678886400000
Player's skill rating
Example:
1250
Game build version associated with the ticket
Example:
"Build_1.2.3"
Player's selected regions
Example:
["NA-East", "EU-West"]
Details of the match if the ticket status is 'matched'.