curl -X POST https://hapi.7331.org/v1/admin/punishments/user/123456789012345678/timeout \ -H "Content-Type: application/json" \ -b cookies.txt \ -d '{"reason": "Cooldown period", "expires_at": "2026-03-06T12:00:00Z"}'
{ "user_discord_id": "123456789012345678", "punishment_type": "TIMEOUT", "reason": "Cooldown period", "issued_by_discord_id": "999888777666555444", "expires_at": "2026-03-06T12:00:00Z", "created_at": "2026-03-05T12:00:00Z", "updated_at": "2026-03-05T12:00:00Z" }
Temporarily restrict access for a user (moderator+).
user
TIMEOUT
Was this page helpful?