Hint Health · Example Payload

Webhookendpoint Updatewebhookendpointlegacy Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Webhookendpoint Updatewebhookendpointlegacy 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": "WebhookEndpoint.UpdateWebhookEndpointLegacy",
  "method": "PATCH",
  "path": "/integrations/{integration_id}/webhook_endpoints/{id}",
  "status": "200",
  "mediaType": "application/json",
  "example": {
    "id": "whep-ab12C345DeF6",
    "created_at": "2017-02-05T06:23:00.000000-08:00",
    "last_delivered_at": null,
    "localhost_webhook_url": "http://localhost:3000/hint/webhook",
    "updated_at": "2017-02-05T06:23:00.000000-08:00",
    "webhook_url": "https://api.partner/webhook_endpoint_url",
    "partner_backend": {
      "id": "pbnd-ab12C345DeF6",
      "name": "Default"
    }
  }
}