Hint Health · Schema

Platform.ApiKeyBlueprint_shared

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
deactivated_at string
description string
last_used_at string
token string
View JSON Schema on GitHub

JSON Schema

platform-apikeyblueprint_shared.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/platform-apikeyblueprint_shared",
  "title": "Platform.ApiKeyBlueprint_shared",
  "type": "object",
  "properties": {
    "deactivated_at": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "last_used_at": {
      "type": "string"
    },
    "token": {
      "type": "string"
    }
  }
}