Hint Health · Example Payload

Sponsorship Createsponsorship Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Sponsorship Createsponsorship 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": "Sponsorship.CreateSponsorship",
  "method": "POST",
  "path": "/provider/companies/{company_id}/sponsorships",
  "status": "200",
  "mediaType": "application/json",
  "example": {
    "id": "creg-ab12C345DeF6",
    "external_id": "ext_id_from_another_system012345",
    "is_subscriber": false,
    "type": "spouse",
    "family": {
      "id": "cac-ab12C345DeF6"
    },
    "patient": {
      "id": "pat-ab12C345DeF6",
      "name": "oxana renquist"
    }
  }
}