Skip to main content
POST
/
rounds
/
{round_id}
/
check-user-round-status
Check User Round Status
curl --request POST \
  --url https://api-dev.monyfix.tech/rounds/{round_id}/check-user-round-status \
  --header 'Authorization: Bearer <token>'
{
"status": "NOT_IN_ROUND",
"is_private": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

round_id
string
required

Response

Successful Response

status
enum<string>
required
Available options:
NOT_IN_ROUND,
WAITING_FOR_PLAYERS,
COUNTDOWN,
QUESTION,
RESULTS
is_private
boolean
required