Test clocks
Get test clock
Retrieve one test clock and the time it is currently frozen at.
GET/v1/test_clocks/{test_clock_id}
Parameters
| Parameter | Description |
|---|---|
| test_clock_idstring · pathrequired | No description in the spec. |
Returns
Returns a TestClockResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the test_clocks:read scope. |
| 404 | No such object, or it belongs to the other mode. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other test clocks operations
- List test clocks GET /v1/test_clocks
- Create test clock POST /v1/test_clocks
- Delete test clock DELETE /v1/test_clocks/{test_clock_id}
- Advance test clock POST /v1/test_clocks/{test_clock_id}/advance
BillKit