Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. API Management
  3. Odoo Rest Suite v 19.0
  4. Sales Conditions FAQ

Odoo Rest Suite

by Issam1991 https://apps.odoo.com/apps/modules/19.0/odoo_rest_suite
Odoo

$ 21.89

v 19.0 Third Party
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Lines of code 4178
Technical Name odoo_rest_suite
LicenseLGPL-3
Websitehttps://apps.odoo.com/apps/modules/19.0/odoo_rest_suite
Versions 18.0 19.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Lines of code 4178
Technical Name odoo_rest_suite
LicenseLGPL-3
Websitehttps://apps.odoo.com/apps/modules/19.0/odoo_rest_suite
Versions 18.0 19.0

🚀 Odoo Rest Suite - Basic Plan

Comprehensive REST API Management & Documentation Solution for Odoo

🎯 What is Rest Suite?
Rest Suite provides professional REST API management and documentation tools for Odoo. Automatically discover REST API endpoints and generate Swagger/OpenAPI documentation with interactive testing capabilities.

✨ Key Features

🔌 Generic Model API

Access ANY Odoo model via REST API endpoints automatically. No coding required!

📚 Swagger UI

Interactive documentation interface for visual API exploration and testing

🔍 Auto Discovery

Automatically discover and document your API endpoints

📥 OpenAPI Spec Download

Download OpenAPI 3.0 specifications for sharing and integration

🛠️ Endpoint Management

Create, manage, and document custom API endpoints with full CRUD support

🔐 Secure Authentication

Session-based authentication with easy session ID extraction

🚀 Quick Start

1. Set Up Permissions

  1. Activate Developer Mode (for version 19.0): Go to Settings → Scroll down → Click "Activate the Developer Mode"
  2. Go to Settings → Users & Companies → Users
  3. Select your user
  4. In Access Rights tab, check "OpenAPI Manager"
  5. Click Save and log out/in

2. Access Generic Model API

All Odoo models are automatically accessible via REST API:

GET /api/v1/{model_name} # List records
GET /api/v1/{model_name}/{id} # Get single record
POST /api/v1/{model_name} # Create record
PUT /api/v1/{model_name}/{id} # Update record
DELETE /api/v1/{model_name}/{id} # Delete record

3. Get Your Session ID

  1. Go to Rest Suite → Settings → API Tools & Help tab
  2. Click "Extract Session ID" button
  3. Copy the session ID
API Management Interface - Settings and Session ID

Figure 1: API Endpoints Management Interface showing the Settings dialog with Session ID extraction and Popular Models for Testing

4. Make API Requests

curl -X GET "http://your-odoo.com/api/v1/res.partner" \
  -H "Cookie: session_id=YOUR_SESSION_ID"

💎 BASIC Plan Features

Auto Discovery

Automatically discover and create endpoints:

  1. Go to Rest Suite → OpenAPI → Discover Endpoints
  2. Click "Discover Endpoints" button
  3. Endpoints are created automatically

Swagger UI - Interactive Documentation

Access at /api/docs or via menu: Rest Suite → OpenAPI → Swagger UI

  • View all endpoints in one place
  • Test endpoints directly in browser
  • See request/response examples
  • Understand parameters automatically
Swagger UI Interface for Odoo REST API

Figure 2: Interactive Swagger UI showing Odoo REST API documentation with categorized endpoints (discovery, fields, records) and interactive testing capabilities

OpenAPI Spec Download

Download your API specification at /api/openapi.json

  • Import into Postman/Insomnia
  • Share with team members
  • Generate API client code
  • Version control your API

📝 Common Model Examples

Model Description Example Endpoint
res.partner Contacts /api/v1/res.partner
sale.order Sales Orders /api/v1/sale.order
account.move Invoices /api/v1/account.move
product.product Products /api/v1/product.product

✅ Use Cases

🔄 Integrations

Connect Odoo with external systems, third-party apps, and services

📱 Mobile Apps

Build mobile applications that interact with your Odoo instance

🤖 Automation

Automate business processes with API-driven workflows

📊 Reporting

Extract data for custom reporting and analytics

🎯 Perfect For

  • Developers building integrations with Odoo
  • Businesses needing API access to their data
  • Teams requiring API documentation and testing tools
  • Organizations implementing API-first strategies
📞 Need Help?
For plan upgrades or support, contact us.

Odoo Rest Suite - Basic Plan - Professional REST API Management for Odoo
Compatible with Odoo 19.0+

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with