Hint Health · Schema

Update_Partner_Legacy

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
webhook_url string
marketing_url string
support_url string
product_description string
integration_description string
email string
logo_url string
View JSON Schema on GitHub

JSON Schema

platform-partnerscontroller-update_body.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/platform-partnerscontroller-update_body",
  "title": "Update_Partner_Legacy",
  "type": "object",
  "properties": {
    "webhook_url": {
      "type": "string"
    },
    "marketing_url": {
      "type": "string"
    },
    "support_url": {
      "type": "string"
    },
    "product_description": {
      "type": "string"
    },
    "integration_description": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "logo_url": {
      "type": "string"
    }
  }
}