Hint Health · Example Payload

Credit Listallcredits Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Credit Listallcredits 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": "Credit.ListAllCredits",
  "method": "GET",
  "path": "/provider/patients/{patient_id}/credits",
  "status": "200",
  "mediaType": "application/json",
  "example": [
    {
      "id": "crd-ab12C345DeF6",
      "amount_in_cents": 1500,
      "balance_in_cents": 1500,
      "created_at": "2017-02-05T06:23:00.000000-08:00",
      "integration_record_id": null,
      "reason": null,
      "updated_at": "2017-02-05T06:23:00.000000-08:00",
      "credit_category": {
        "id": "cct-ab12C345DeF6",
        "name": "Credit Category 3"
      }
    }
  ]
}