Hint Health · Schema

Platform.WebhookEndpointBlueprint_one

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
created_at string
last_delivered_at string
updated_at string
webhook_url string
View JSON Schema on GitHub

JSON Schema

platform-webhookendpointblueprint_one.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/platform-webhookendpointblueprint_one",
  "title": "Platform.WebhookEndpointBlueprint_one",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "last_delivered_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    },
    "webhook_url": {
      "type": "string"
    }
  }
}