Hint Health · Example Payload

Oauth Oauthtokens Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Oauth Oauthtokens 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": "OAuth.OauthTokens",
  "method": "POST",
  "path": "/oauth/tokens",
  "status": "200",
  "mediaType": "application/json",
  "example": {
    "id": "int-ab12C345DeF6",
    "access_token": "i22X3eTjsV9kfNapfpuKYPrFU0hINpK9tVG3",
    "expires_in": null,
    "refresh_token": null,
    "status": "active",
    "token_type": "bearer",
    "webhook_url_default": null,
    "webhook_url_override": "https://integration.example.hint.com",
    "activated_by": {
      "id": "user-ab12C345DeF6",
      "name": "Joe Blogs",
      "email": "joe_170@example.com"
    },
    "api_keys": [
      {
        "deactivated_at": null,
        "description": "Hint-Partner EMR",
        "last_used_at": null,
        "token": "i22X3eTjsV9kfNapfpuKYPrFU0hINpK9tVG3"
      }
    ],
    "practice": {
      "id": "pra-ab12C345DeF6",
      "name": "Dr. Phil"
    },
    "product": {
      "id": "ppro-ab12C345DeF6",
      "name": "Hint-Partner EMR",
      "slug": "hint-partner-emr-oauth-example"
    }
  }
}