Admin Login

Admin Dashboard

Total API Keys

-

Active Keys

-

Redis Status

-

GeoIP Status

-

Performance Metrics

Total Requests

-

Cache Hit Rate

-

Latency P50

-

Latency P95

-

Latency P99

-

Errors

-

Cache Statistics

Enrichment Cache

-

GeoIP Cache

-

Fraud Cache

-

Est. Memory

-

API Endpoints

GET /health

Health check endpoint. Returns server status and service availability.

GET /health/live

Liveness probe for Kubernetes/Docker. Always returns 200 if server is running.

GET /health/ready

Readiness probe. Returns 200 if services (Redis, GeoIP) are available.

POST /v1/enrich/openrtb

Enrich OpenRTB bid request with GeoIP data and fraud detection. Requires X-API-Key header.

POST /v1/enrich/batch

Batch enrichment for multiple requests. Requires X-API-Key header.

POST /v1/enrich

SDK endpoint for enrichment. Requires X-API-Key header.

API Keys