Skip to documentation content
Clario360DEVELOPERS
CLARIO360 DEVELOPER PLATFORM

Build on trusted
enterprise intelligence.

Everything you need to integrate, automate and extend the sovereign platform your organisation runs on.

REST + JSON Scoped API keys Cloud or self-hosted
EXPLORE THE PLATFORM

One core. Every capability.

Choose a path and get productive in minutes.

View all documentation
WATHEEQTECH · COMPLETE HOW-TO

Operate the legal suite, end to end.

Task guidance for every shipped WatheeqTech page—from intake and approval through litigation, contracts, signatures, administration, integrations, reporting and audit.

QUICKSTART

Your first request,
in under five minutes.

Use the unified API to securely query services across every Clario360 suite.

  1. 1
    Create an API keyGenerate a scoped key from Settings → Developer.
  2. 2
    Choose your environmentConnect to Cloud, private, or local endpoints.
  3. 3
    Make a requestSend your key as a Bearer token and you’re ready.
curl --request GET \
  --url "$CLARIO360_API_URL/api/v1/cyber/alerts?per_page=5" \
  --header "X-API-Key: $CLARIO360_API_KEY" \
  --header 'Accept: application/json'
200 OK126 ms
Sovereign by designYour data stays in your chosen jurisdiction.
Secure by defaultScoped access, encryption and immutable audit.
One unified APIConsistent patterns across every suite.
UNIFIED API

One gateway. Six ways to build.

Use consistent authentication and response patterns across the platform.

API v1
REFERENCE

Built for serious work.

Predictable resources, structured errors, idempotent operations, and complete audit context.

Clario360 Developer Portal — APIs, SDKs & Guides