Prescrypto · AsyncAPI Specification

Prescrypto Webhooks

Version

View Spec View on GitHub CompanyHealthcareElectronic PrescriptionseRxPharmacyTelemedicineMedicalMexicoLATAMAsyncAPIWebhooksEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-20'
method: searched
source: github.com/wilsotobianco/prescrypto-docs (docs/api/webhooks.md)
type: Webhooks
transport: http
delivery:
  method: POST
  content_type: application/json
  target: >-
    Integrator-hosted endpoint (registered with Prescrypto). Requirements: accept POST and
    persist the payload.
events:
- name: prescription.created
  trigger: >-
    Fires whenever a medic that belongs to your integration creates a prescription.
  payload:
    signature: <signature-str>
  notes: >-
    Prescrypto documents three moments where events can be tracked; the prescription-creation
    webhook is the one fully documented. The payload delivers the eRx signature, which the
    integrator can then use to fetch full detail via GET /api/v2/rx-endpoint/{rx_id}/ or
    the pharmacy search endpoint.