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

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

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