View all Trials

GET /accountId/trials

Response

Paginated

{
  "trialId": "trl_UUID",
  "accountId": "acct_uuid"
  "status": "ended",
  "endStatus": "converted",
  "startDate": "2025-05-12T12:00:00Z"
  "endDate": "2025-05-19T12:00:00Z", // date when trial ended and converted
  "contractDetails": {
    "contractId": "cntrt_UUID",
    "quoteId": "quote_UUID"
  }, // if it exists
  "reason": "test reason" //if it exists