HMAC-SHA256 to verify their origin.
MarIA → Client (events)
EHR/HIS integration (MarIA calls your HIS)
MarIA invokes these webhooks on your hospital system during appointment management:Registering webhooks
Register the endpoints where you want to receive MarIA events:Signature verification
All events carry theX-Integration-Signature: sha256=<hex> header computed over the RAW body. See HMAC Signature Verification for Node.js and Python code examples.
See the API Reference section for the full payload contracts of each event in the OpenAPI specification.