-
Not getting access token with Postman in Salesforce
Hi all,
I am not getting the security token through postman even though my credentials,client id and client secret are correct. The response body is as follows:
{
"error": "invalid_grant",
"error_description": "authentication failure"
}Any help is appreciated. Thanks
Log In to reply.
Popular Salesforce Blogs

Salesforce Event Monitoring Unit - Getting Started
Event Monitoring Event monitoring allows you to trace plenty of events that occur on a Salesforce Org, for example, Authentication (Logins, Logouts), API Calls, Apex…

Advice on Launching a Lucrative Career as a Salesforce Consultant
What is a Salesforce Consultant? When adopting Salesforce within an organization, Salesforce consultants are necessary. They support Salesforce project design, planning, and implementation. A thorough…

What To Do When Salesforce Apex Heap Size Increases?
Welcome to Salesforce! You've just encountered your first governor limit . The 'Apex heap size too large' error occurs when too much data is being…
Popular Salesforce Videos
Maximizing Salesforce Lightning Experience and Lightning Component Performance
00:04:57 - Agenda 00:06:08 - Difference between Salesforce Classic and Salesforce Lightning 00:17:45 - Demo: Load time comparison between Salesforce Classic and Salesforce Lightning when…
Apex Design Patterns: The Singleton Pattern in Salesforce
The Singleton Pattern One Private variable of the class itself will hold the instance of the complete class so that we can access all the…