Skip to main content

Match Started

When the match effectively starts, the MATCH STARTED message is sent by the Game to Faceit to set the match as "ongoing".

Match Started

Example payload

{
"event_type": "STARTED",
"payload": {
"players_joined": ["123", "456"]
}
}