What username and password should I use when calling the API in Postman?
Follow these steps to get your Username and Password:
Step 1: Get Your API Credentials in Vtiger CRM - Log in to your Vtiger CRM account.
- Click the User menu in the top right corner.
- Select My Preferences. The My Preference page opens.
- Go to User Information > Access Key.
- Copy the Access Key.
Step 2: Enter Credentials in Postman - Open Postman.
- Select the API request.
- Go to the Authorization tab.
- Choose Basic Auth as the authentication type.
- Enter the following credentials:
- Username: Your Vtiger CRM email address.
- Password: Paste the copied Access Key here (not your login password).
- Click Send to make the API call.