Create a test clock
Creates a ready logical clock owned by the selected Ionic account. Use the returned ID when creating a test customer. This operation is rejected for live-mode credentials.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Unique key used to replay this mutation safely.
1 - 255Connected Ionic account to operate when using an authorized platform credential. Omit when using the account's own credential.
Body
Initial logical time as Unix epoch seconds.
1 <= x <= 253402300799Response
The created ready test clock.
^tclk_[0-9A-Za-z]{14}$test_clock ready means all billing work through frozen_time committed.
advancing means ordered work remains before target_time.
failed means processing stopped at the last committed checkpoint.
ready, advancing, failed Last fully committed logical checkpoint.
Requested destination while advancing or failed.

