Hint Health · Example Payload

Accountaccesstoken Createacccesstoken Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Accountaccesstoken Createacccesstoken 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": "AccountAccessToken.CreateAcccessToken",
  "method": "POST",
  "path": "/provider/patients/{patient_id}/account_access_tokens",
  "status": "200",
  "mediaType": "application/json",
  "example": {
    "token": "example_token",
    "url": "https://examplepractice.hint.com/account?exchange_token=example_token"
  }
}