Hint Health · Schema

Update_WebhookEndpoint_Legacy

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
webhook_url string
View JSON Schema on GitHub

JSON Schema

platform-webhookendpointscontroller-update_body.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/platform-webhookendpointscontroller-update_body",
  "title": "Update_WebhookEndpoint_Legacy",
  "type": "object",
  "properties": {
    "webhook_url": {
      "type": "string"
    }
  }
}