Features
🔄
Instance Management
Create, update, and delete Odoo instances with ease.
Our API provides a simple interface to manage your Odoo instances, allowing you to create new instances, update existing ones, and remove instances you no longer need.
⚙️
Instance Control
Start, stop, and restart your Odoo instances.
Take full control of your Odoo instances with our API. Start instances when you need them, stop them when you don't, and restart them when necessary.
🔒
Secure Access
Token-based authentication for secure API access.
Our API uses token-based authentication to ensure that only authorized users can access and manage Odoo instances. Your data and instances are always secure.
API Documentation
How to Use the API
Authentication
- Register a new user at
/auth/register
- Get a token at
/token
with your username and password - Use the token in the Authorization header for subsequent requests
Managing Instances
- Create a new instance at
/instances/
- List all instances at
/instances/
- Get instance details at
/instances/{instance_id}
- Update an instance at
/instances/{instance_id}
- Delete an instance at
/instances/{instance_id}
Controlling Instances
- Start an instance at
/instances/{instance_id}/start
- Stop an instance at
/instances/{instance_id}/stop
- Restart an instance at
/instances/{instance_id}/restart
- Get instance status at
/instances/{instance_id}/status