Odoo Customers API – Export to JSON or Excel provides a simple way to fetch customer records from your Odoo database and get them back either as a structured JSON response or a downloadable Excel (.xlsx) file.
GET requests on the endpoint /api/v1/get-customers.name parameter and builds a search filter automatically.res.partner model to return only customer contacts (is_company = false).response_format=excel is included.name — Required. Used for partial matching on customer names (via Odoo’s Like filter).response_format — Optional. Accepts json (default) or excel.GET /api/v1/get-customers?name=Demo&response_format=excel
GET /api/v1/get-customers?name=Demo&response_format=json
display_name, name, email, phone, mobile, parent_id, company_id, country_code, country_id