cURL
curl --request GET \ --url https://api.paygentic.io/v0/testClocks \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "tc_q7r8s9t0u1v2w3x4", "createdAt": "2024-01-01T00:00:00Z", "currentTime": "2024-01-01T00:00:00Z", "deletedAt": null, "description": "Test clock for annual subscription scenarios", "merchantId": "org_y5z6a7b8c9d0e1f2", "name": "Yearly Billing Test", "updatedAt": "2024-01-15T12:00:00Z" } ], "pagination": { "limit": 10, "offset": 0, "total": 1 } }
Retrieves a paginated list of test clocks
API key authentication
Number of items to return
1 <= x <= 100
Filter test clocks by merchant ID. If not provided, will be extracted from authenticated user's context.
Number of items to skip
x >= 0
List of test clocks
Show child attributes