API Endpoints
Find the Monolith API base URL for your cloud region, partner environment, or on-premises deployment.
Monolith API requests must be sent to the API endpoint associated with the environment where your Monolith tenant is hosted.
Cloud API endpoints use the /api/v1 path appended to the corresponding Monolith application URL.
Cloud API Endpoints
United States / North America
https://monolith-app.monolithforensics.com/api/v1
Australia
https://monolith-syd.monolithforensics.com/api/v1
Canada
https://monolith-can.monolithforensics.com/api/v1
United Kingdom / Blue Lights Digital
https://monolith-app.bluelightsdigital.com/api/v1
United Kingdom / Europe
https://monolith-app.monolithforensics.co.uk/api/v1
Use the endpoint that corresponds to the Monolith environment your organization normally accesses.
See Accessing Monolith for the corresponding Monolith application URLs and additional information about available cloud regions.
On-Premises API Endpoints
Organizations that self-host Monolith should use the hostname, IP address, or custom domain configured for their on-premises deployment.
The API base URL follows the same /api/v1 structure.
Examples:
https://192.168.1.22/api/v1https://monolith.example.org/api/v1The exact address depends on how your organization has configured DNS, networking, TLS, and access to the Monolith server.
See On-Premises Deployments for additional deployment guidance.
Using the Base URL
Resource endpoints are added after the /api/v1 base URL.
For example, using the United States / North America environment:
corresponds to:
See Authentication for information about authenticating API requests and Info API for a simple endpoint you can use to verify API access.
Related Documentation
Last updated
Was this helpful?