To integrate webhook for Medical Document Parsing, register for a webhook here with the following scopes:

{
    "event_names": [
        "rec.pii" // parsing
        "rec.srp" // smart report parsing
        "rec.clf" // classification
    ],
}

For more information on registering, retrieving or deleting webhooks, see the webhook section.