Round countdown
cURL
curl --request GET \ --url https://api-dev.monyfix.tech/rounds/{round_id}/countdown \ --header 'Authorization: Bearer <token>'
200
Example
{ "category_theme": { "name": "<string>", "category": { "name": "<string>" }, "emoji": "<string>" }, "type": "<string>", "message": "<string>", "countdown_start": "<string>", "countdown_end": "<string>", "countdown": 123, "round_id": "<string>", "is_private": true}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes