• Aleksander Igoshin
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Greetings colleagues!
I am having trouble running a command line query using curl as described in the "Apex Web Services" trailhead module.
My query is:
curl -v https://login.salesforce.com/services/oauth2/token -d "grant_type=password" -d "client_id=3MVG9SOw8KERNN09ehk9tCIoYp.aYCp_xA94091vWwHwZAD7lHVP6MqAVGbtQbrlKeq2Rp1fyT6x1uw33vjGy" -d "client_secret=6E0E87676A134C0CB0DA749BABB418C83DC85D11D0C9CD5B9DFE7ABFE4758D55" -d "username=a.igoshin@playful-otter-w2zsim.com" -d "password=alex12345678cFTM2sASCDbggLg4iIc88nO" -H 'X-PrettyPrint:1'
The answer is
User-added imageAny ideas?