Hint Health · Example Payload

Integrationrecord Listallintegrationrecords Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Integrationrecord Listallintegrationrecords Response 200 is an example object payload from Hint Health, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathstatusmediaTypeexample

Example Payload

Raw ↑
{
  "operationId": "IntegrationRecord.ListAllIntegrationRecords",
  "method": "GET",
  "path": "/provider/patients/{patient_id}/integration_records",
  "status": "200",
  "mediaType": "application/json",
  "example": [
    {
      "integration_record_id": "ABCD0012027",
      "partner": {
        "id": "ptr-ab12C345DeF6",
        "name": "HealthifyEMR24"
      }
    }
  ]
}