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.
Authentication
All requests require DD-API-KEY. Mutating endpoints additionally require DD-APPLICATION-KEY. Generate both at Dashboard → API keys.
GET /api/v1/validate
Test that an API key is valid. Returns { "valid": true } on success.
curl "https://api.logsmall.com/api/v1/validate" \ -H "DD-API-KEY: $LOGSMALL_API_KEY"