| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 1153 |
| Technical Name |
dynamic_api_endpoint |
| License | LGPL-3 |
Dynamic API Endpoints & Webhooks
Create fully dynamic REST API endpoints and webhooks for any Odoo model — no code required. Manage API keys, field-level access, rate limiting, and request logging all from the Odoo UI.
REST API Webhooks No Code Needed API Key AuthOverview
What This Module Does
Expose any Odoo model as a REST API endpoint with full CRUD support. Configure field-level access, authentication, webhooks, and logging — all through the Odoo backend interface.
Details
Key Features
Everything you need to integrate Odoo with external systems.
Quick Start
How It Works
Get your API running in three simple steps.
Examples
API Response Format
{
"data": [
{"id": 1, "name": "John Doe", "email": "john@example.com"},
{"id": 2, "name": "Jane Smith", "email": "jane@example.com"}
],
"total": 150,
"limit": 20,
"offset": 0
}
{
"data": {"id": 42, "name": "New Partner", "email": "new@example.com"},
"id": 42
}
{
"event": "create",
"model": "res.partner",
"record_id": 42,
"data": {"id": 42, "name": "New Partner"},
"timestamp": "2026-03-11T10:30:00.123456"
}
Security
Authentication Methods
Three ways to authenticate your API requests.
Preview
Screenshots
What We Do
Our Odoo Services
End-to-end Odoo expertise — from initial setup to long-term support. We help businesses get the most out of their Odoo investment.
We build smart Odoo solutions — custom modules, integrations, and workflow improvements tailored to your business needs.
Email Us Contact Us
Please log in to comment on this module