API & integrations

Connect SignalExposure to your security stack

A documented, standards-based REST API and real integrations โ€” feed your SIEM, drive your IdP, and route alerts where your team already works. Everything the API returns is licence-clean and redistributable.

Built for developers

A real API, not a logo wall

Every capability below maps to a documented endpoint you can call today.

๐Ÿ”‘

Tenant-scoped keys

Authenticate with X-API-Key or Bearer. Per-key rate limits, per-member RBAC, honest 429s and RFC 7807 errors.

๐Ÿ”Ž

Exposure & search

Score any domain, pull the snapshot, search the corpus by domain or identifier โ€” all licence-gated and aggregates-only.

๐Ÿ“ก

STIX 2.1 & SIEM feeds

Standards-based export that Splunk, Sentinel and Elastic ingest natively โ€” STIX bundles and an NDJSON feed with a since cursor.

๐Ÿ””

Webhooks & Slack

Signed, replayable webhooks and Slack alerts per tenant, filtered by severity. Configure exactly which events fire.

๐Ÿ›ฐ

Attack surface & takedowns

Pull the attack surface, run a typosquat scan, and prepare RDAP takedowns โ€” capabilities no feed reseller exposes.

โ—ซ

Multi-tenant & leads

Provision tenants, convert pilots, export leads to CSV. The whole MSSP funnel is API-driven.

Featured integrations

Fits the tools you already run

Native where standards allow, honest about the rest.

SIEM

Splunk ยท Sentinel ยท Elastic

Ingest STIX 2.1 / NDJSON natively for correlation, dashboards and alerting.

Identity

Okta ยท Entra ID

Drive remediation โ€” session revocation, forced reset, MFA โ€” through the approval-gated action engine.

Collab

Slack ยท webhook

Real-time alerts and funnel notifications, signed and replayable, live today.

Ticketing

Jira ยท ServiceNow

Open and track cases via webhook โ€” every alert carries the context to auto-populate a ticket.

Simple, developer-friendly API

Get a key in the dashboard, authenticate with a header, then query exposure, pull snapshots, and drive response. No SDK required.

  • Header auth โ€” X-API-Key or Bearer
  • Exposure & score โ€” /v1/exposure/{domain}/score
  • SIEM feed โ€” /v1/export/siem?since=โ€ฆ
  • Takedowns โ€” /v1/takedown
Full API reference โ†’
example.sh
# score any domain โ€” deterministic, explainable
curl "$BASE/v1/exposure/acme.com/score" \
  -H "X-API-Key: $KEY"

# pull new intel into your SIEM (STIX / NDJSON)
curl "$BASE/v1/export/siem?since=2026-08-01" \
  -H "X-API-Key: $KEY"

# prepare a takedown for a confirmed lookalike
curl -X POST "$BASE/v1/takedown" \
  -H "X-API-Key: $KEY" \
  -d '{"brand":"acme.com","impersonator":"acme-login.net"}'

Build on it

Get an API key in minutes

Documented, licence-clean, and yours to resell.

Read the docs โ†’