-
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
How to connect C# to Salesforce via ADO.NET
Salesforce data is critical, but integrating it cleanly into C# applications is rarely straightforward. REST-based approaches often introduce fragmented authentication logic, brittle mappings, and operational overhead that…
Google Sheet Automation Process for Salesforce Data Pull/Push Using G-connector - Part 4
Hi All, Welcome Back --- to another blog related to the G-Connector for Salesforce. A recap for newbies In my first blog of "G-Connector for…
How ScoreNotch Helps Salesforce Community Managers Strengthen Their Customer Ties
The success factor for any online community is engagement. If the engagement rate of your community is high, your users will have a deeper connection…
Popular Salesforce Videos
What is Salesforce Development? | Salesforce Developer Course
In this video, Shrey has given a detailed overview of the Salesforce Development Course. You will learn the following topics from this course: Apex basics…
How to Focus on Report Results in Salesforce Console | Salesforce
When you work with reports in a fast-paced Salesforce Console environment, every extra click or focus change can slow you down. Now a streamlined console…
Run UI Tests with UTAM | Salesforce Developer Tutorial
Testing apps is critical to ensure quality and there are different types of tests such as unit tests, integrations tests or end-to-end tests just to…