Seqlense docs

Overview

Get to know the Seqlense Monitoring API, authenticate, and make your first hello-world call.

Welcome to the documentation for the Seqlense Monitoring API. Authenticate, call the API, and wire monitoring into your stack.

Need help or have a question? Reach us at [email protected].

Getting started

The hello-world endpoint

The API starts with a single endpoint you can call to verify connectivity and that your API key is valid:

curl -H "Authorization: Bearer YOUR_API_KEY" \
    "https://api.seqlense.com/v1/hello"
{
  "message": "Hello, world!",
  "service": "seqlense-monitoring",
  "version": "1.0.0"
}

From there, head to Identities to start managing the persons, companies, and governments you monitor. More endpoints (checks, incidents, metrics) will land here over time.

On this page