Guide to Obtaining Odoo API Credentials
Follow these steps to get the necessary credentials to connect the Konvex API to your Odoo instance.
- Log in and Get x-user and x-apikey
Go to the following URL: https://www.odoo.com/es/web/login
Log in with your usual credentials (email and password).

The x-user for your connection will be the email you used to log in.
- Select the Database and Get x-bd
After logging in, a window will appear for you to select the database you want to connect to.
Select the desired database.
The x-bd (database name) will be the name of the database you chose.

- Get x-url
Once you select the database, you will be redirected to the homepage of your Odoo instance.
Check the URL in your browser's address bar.
The x-url will be the complete URL that appears in the address bar, only use https://${host}.odoo.com


- Once this process is complete, you will have the four credentials required for your integration:
x-user: Login email
x-apikey: Login password
x-bd: The selected database name
x-url: The Odoo instance URL
Updated 18 days ago