Hint Health · Example Payload

Leadsource Leadsources Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Leadsource Leadsources 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": "LeadSource.LeadSources",
  "method": "GET",
  "path": "/provider/lead_sources",
  "status": "200",
  "mediaType": "application/json",
  "example": [
    {
      "id": "lds-ab12C345DeF6",
      "created_at": "2017-02-05T06:23:00.000000-08:00",
      "name": "Online Ad1",
      "updated_at": "2017-02-05T06:23:00.000000-08:00"
    }
  ]
}