Get round participants status
cURL
curl --request GET \ --url https://api-dev.monyfix.tech/rounds/{round_id}/participants \ --header 'Authorization: Bearer <token>'
200
Example
{ "status": "NOT_IN_ROUND", "participants": [ { "id": "<string>", "phone": "<string>", "username": "<string>", "first_name": "<string>", "last_name": "<string>", "avatar_url": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
NOT_IN_ROUND
WAITING_FOR_PLAYERS
COUNTDOWN
QUESTION
RESULTS
Show child attributes