Kareo · Example Payload

Kareo Get Patients Example

Example SOAP API request for the GetPatients operation using a date range filter. Recommended polling interval for integrations is 5-15 minutes.

HealthcareMedical SoftwareEHRPractice ManagementMedical BillingPatient SchedulingClinical DataInsurance EligibilityHIPAA

Kareo Get Patients Example is an example object payload from Kareo, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionRequestHeaderLastModifiedStartDateLastModifiedEndDate

Example Payload

Raw ↑
{
  "summary": "Retrieve patients modified since a given date",
  "description": "Example SOAP API request for the GetPatients operation using a date range filter. Recommended polling interval for integrations is 5-15 minutes.",
  "RequestHeader": {
    "CustomerKey": "ABC123XYZ",
    "User": "admin@mypractice.com",
    "Password": "S3cur3P@ssw0rd"
  },
  "LastModifiedStartDate": "2026-06-13T00:00:00",
  "LastModifiedEndDate": "2026-06-13T23:59:59"
}