Skip to content

Postman: Salesforce Lessons learned

Peter Ogilvie edited this page Apr 11, 2019 · 2 revisions
  • check your url (for a sandbox)

https://prodmydomain--peter.my.salesforce.com/services/apexrest/restclassname/postmethodname

  • for a post make sure body is raw and type is set to JSON(application/json)
  • clean out salesforce cookies before attempting to get another authorization token with a different host.

Clone this wiki locally