Skip to main content
POST
/
v1
/
watches
/
{id}
/
resume
curl -X POST "https://api.signa.so/v1/watches/wat_01HK7M.../resume" \
  -H "Authorization: Bearer $SIGNA_API_KEY" \
  -H "Idempotency-Key: resume-wat-01HK7M-2026-06-12"

Path Parameters

id
string
required
Watch ID (wat_*).

Response

Returns the updated Watch with status: "active".
curl -X POST "https://api.signa.so/v1/watches/wat_01HK7M.../resume" \
  -H "Authorization: Bearer $SIGNA_API_KEY" \
  -H "Idempotency-Key: resume-wat-01HK7M-2026-06-12"