RESTful API for BetterData Platform
Example GET endpoint with optional query parameter
curl https://api.betterdata.co/api/v1/example?name=John
Example POST endpoint with JSON body
curl -X POST https://api.betterdata.co/api/v1/example \
-H "Content-Type: application/json" \
-d '{"key": "value"}'© 2025 BetterData. All rights reserved.