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"

Documentation Index

Fetch the complete documentation index at: https://docs.signa.so/llms.txt

Use this file to discover all available pages before exploring further.

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"