Hello Trailblazers.
I am trying to create an API and I was able to get the first step done which is to connect it to Postman. Now, I am having issues with testing it. It's giving me "The requested resource does not exist". I have no development background whatsoever and I am self learning. Appreciate it if you can help. Here's the link that I am testing:
https://qu--losb.sandbox.my.salesforce.com/services/data/v1.0/query/?q=SELECT+Id,Name+FROM+Account
I know that I'm supposed to change the placeholders but when I do, it's giving me the same error.
Hello @Lo Castillo,
Can you please update the API version and try again?
https://qu--losb.sandbox.my.salesforce.com/services/data/v60.0/query/?q=SELECT+Id,Name+FROM+Account
Make sure you have the correct authentication token.
https://www.apexhours.com/test-salesforce-rest-api-using-postman/