API referenceTimers
Acknowledge a fired timer
Confirms the user saw the alert, which stops further reminders for it.
Confirms the user saw the alert, which stops further reminders for it.
Authorization
bearerAuth AuthorizationBearer <token>
A Clerk session JWT. Obtain one with a Clerk frontend SDK
(session.getToken()) or, for server-to-server use, with a Clerk
machine token. The token's sub claim is the Flambe user id that scopes
every request.
In: header
Path Parameters
timerId*string
Format
uuidResponse Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/timers/497f6eca-6276-4993-bfeb-53cbbbba6f08/ack"{ "timerId": "c48c1954-3e81-466f-bee5-92209379c29b", "title": "Rest the dough", "dueAt": "2019-08-24T14:15:22Z", "status": "scheduled", "remainingMs": 0, "payload": {}, "deliveryPrefs": { "push": true, "sound": "string" }, "sessionId": "f6567dd8-e069-418e-8893-7d22fcf12459", "recipeId": "31545f76-b27f-4c7c-9faf-229771396df1", "contextType": "string", "contextId": "string", "idempotencyKey": "string", "ttl": 0, "createdAt": "2019-08-24T14:15:22Z"}