Hint Health · Example Payload

Partner Updatepartnerlegacy Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Partner Updatepartnerlegacy 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": "Partner.UpdatePartnerLegacy",
  "method": "PATCH",
  "path": "/partner",
  "status": "200",
  "mediaType": "application/json",
  "example": {
    "id": "ptr-ab12C345DeF6",
    "email": "jane.doe@hint-partner-emr.com",
    "logo_url": null,
    "name": "Hint-Partner EMR",
    "webhook_url": "https://hint-partner-emr.com/webhooks/hint"
  }
}