Create your simulation clock
Opens the clock for the calling key’s mode, frozen at the real current time. One clock exists per mode, so creating again returns the existing clock unchanged. While the clock exists, advancing it runs the renewals that come due on your companies forward, so you can test recurring billing without waiting for real time. Deleting it returns the mode to real time.
Authorizations
Your API key, e.g. Authorization: Bearer clmt_test_. Live keys use the clmt_live_ prefix.
Headers
Date-based API version to run this request against.
"2026-08-13"
Response
The clock - fresh, or the one that already existed.
Entity name.
clock "clk_0346sFPEvSkJvY8vt14NNw"
The mode this clock simulates. A test clock is always available. On the production API a live clock is refused - it is a sandbox rehearsal tool.
The moment your simulated world has reached. It starts at the real current time when the clock is created and only ever moves forward. Advancing it processes every renewal and billing event that comes due up to this moment.
When the clock was last advanced. Absent until the first advance.