---
title: "Starts (or resumes a paused) Ticket Timer"
method: POST
path: "/ticket_timers/{id}/start"
tags: ["Ticket Timer"]
---

# Starts (or resumes a paused) Ticket Timer

`POST /ticket_timers/{id}/start`

Required permission: Ticket Timers - Overview

Starts a Ticket Timer that has never been started, or resumes a paused one. Returns a
422 if the timer is already running or has been stopped.

## Path parameters

- `id` integer, required

## Response `200`

successful

## Other responses

- `404` — not found
- `422` — invalid transition

---

[API](https://skmtc.net/syncromsp/apis/syncro.md) · [All operations](https://skmtc.net/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/syncromsp/syncro/versions/3df3aed287cc/schema)
