• Per Støvring Sørensen
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I want to use a 'raw' URL to send a REST API call to SFDC e.g.:
https://my_salesforce_instance.com/services/data/v47.0/query?q=SELECT+id,name+FROM+user+WHERE+Alias='ebrow'&Bearer=<Token Value>
but I am getting "Invalid Session ID". Naturally I have verified the <Token Value> using PowerShell to initiate the call.
Is there a way/syntax where I can contain all the required information in a URL string so I can do the call directly from my browser?
I want to use a 'raw' URL to send a REST API call to SFDC e.g.:
https://my_salesforce_instance.com/services/data/v47.0/query?q=SELECT+id,name+FROM+user+WHERE+Alias='ebrow'&Bearer=<Token Value>
but I am getting "Invalid Session ID". Naturally I have verified the <Token Value> using PowerShell to initiate the call.
Is there a way/syntax where I can contain all the required information in a URL string so I can do the call directly from my browser?