π Previously, i have already cover How To Try Odoo Without Self Deploy. You can go to that page before continue to this article, because most of this content need at least one active Odoo database.
πΆβπ«οΈ To Connect into Odoo via API, you need at least 4 value for the credential:
- URL
- User Id
- API Key
- Database Name
π 1. URL
The URL can be copied directly from URL in your browser, for the example this one inside the red box.
π 2. User Id
To access user detail, you can follow this step:
- Open `Setting` menu
- Click `User & Company` menu
- Click `User` menu
- Click user you want to use as API Bot
- Copy the number in URL bar
π 3. Api Key
To Generate API Key, you can follow this step:
- ππ Click button My Profile
- ππ Click button New API Key
- ππ Set name for the API purpose and click button Generate Key
- ππ Copy your API Key
π 4. Database Name
To Get Database name, you can follow this step:
- ππ Click Button My Database
- ππ Copy the name inside the red box
Top comments (0)