logsmall
menu_book  API reference · v0.1 · same shape as the Datadog API
tagv1 codeopenapi.json key  Get an API key

logsmall API — v1

The logsmall API mirrors the Datadog API surface so existing Datadog SDKs work after a one-line endpoint swap. Send DD-API-KEY + DD-APPLICATION-KEY headers as before, point your client at https://api.logsmall.com, and every request shape Datadog accepts is accepted here too. Use the language tabs to copy-paste a call in Curl, Python, Node, Go, Java, .NET, Ruby, or PHP.

Dashboards

CRUD on dashboards. JSON exports from Datadog import 1:1.

POST /api/v1/dashboard

Body shape matches Datadog's dashboard schema exactly.

curl -X POST "https://api.logsmall.com/api/v1/dashboard" \
  -H "DD-API-KEY: $LOGSMALL_API_KEY" -H "DD-APPLICATION-KEY: $LOGSMALL_APP_KEY" \
  -d @my-datadog-dashboard.json