You can access XDR from third-party solutions using the API. The XDR REST API operates over HTTP and consists of a set of request/response methods.
On the Swagger page, use the Select a definition drop-down list to switch between KUMA and XDR (OSMP) API sets.
REST API requests must be sent to the following address:
https://api.<XDR FQDN>/xdr/api/v1/<request>
https://api.<XDR FQDN>/xdr/api/v3/kuma/<request> (for KUMA-specific API)
Example:
https://api.example.com/xdr/api/v1/
https://api.example.com/xdr/api/v3/kuma/ (for KUMA-specific API)