Documentation
Everything you need to build with Base0. From getting started guides to detailed API references.
Browse Documentation
Find the information you need in our comprehensive documentation
Popular Guides
Start with these recommended guides and tutorials
Quick Start Guide
Get up and running with Base0 in under 5 minutes
5 min read
Authentication Guide
Learn how to implement authentication in your app
8 min read
REST API Tutorial
Build your first integration with our REST API
12 min read
Webhook Setup Guide
Configure webhooks to receive real-time updates
6 min read
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.