Quickstart
Authentication
x-api-key: YOUR_API_KEYSandbox vs. Production
Simple “Hello World” Example
curl -X POST "https://api.geolava.com/v1/agent/condition" \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"address": "ADDRESS_OF_INTEREST"
}'Last updated
Was this helpful?

