Hint Health · Example Payload

Integration Listallintegrations Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Integration Listallintegrations 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": "Integration.ListAllIntegrations",
  "method": "GET",
  "path": "/integrations",
  "status": "200",
  "mediaType": "application/json",
  "example": [
    {
      "id": "int-ab12C345DeF6",
      "expires_in": null,
      "refresh_token": null,
      "status": "requested",
      "token_type": "bearer",
      "webhook_url_default": null,
      "webhook_url_override": "https://integration.example.hint.com",
      "practice": {
        "id": "pra-ab12C345DeF6",
        "name": "Dr. Phil"
      }
    }
  ]
}