Hint Health · Example Payload

Signupattempt Showsignupattempt Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Signupattempt Showsignupattempt 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": "SignupAttempt.ShowSignupAttempt",
  "method": "GET",
  "path": "/provider/signup_attempts/{id}",
  "status": "200",
  "mediaType": "application/json",
  "example": {
    "id": "sat-ab12C345DeF6",
    "created_at": "2017-02-05T06:23:00.000000-08:00",
    "email": "john@doe.com",
    "first_name": "John",
    "last_name": "Doe",
    "lead_source_other": null,
    "phone_number": "555-555-5555",
    "status": "pending",
    "updated_at": "2017-02-05T06:23:00.000000-08:00",
    "zip": "11009",
    "lead_source": {
      "id": "lds-ab12C345DeF6",
      "name": "Online ad"
    },
    "signup_page": {
      "id": "spg-ab12C345DeF6",
      "slug": "annual-membership"
    }
  }
}