API Reference

Explore our RESTful API endpoints and start integrating with Base0

bash
# Get API token
curl -X POST https://api.base0.app/v1/auth/token \
  -H "Content-Type: application/json" \
  -d '{
    "client_id": "YOUR_CLIENT_ID",
    "client_secret": "YOUR_CLIENT_SECRET"
  }'

Getting Started with the API

Our API uses standard HTTP response codes and JSON for request and response bodies. Make sure to replace YOUR_API_TOKEN with your actual API token in the examples above.

Need help with implementation?

Our developer support team is here to help you succeed with Base0.