• Kalyan_P
  • NEWBIE
  • 10 Points
  • Member since 2021


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies

Hello,

I want to create lead record using integration of php platform. I have written rest API for that. The code is working fine when tested on workbench. But now I have integrated salesforce with PHP platform. I do recieved the correct access code,client_id,client_secret,username,password, security token,Authorization:OAuth . I am sending the response in JSON format. But I am facing the issue like :
    [0] => Array
        (
            [message] => This session is not valid for use with the REST API
            [errorCode] => INVALID_SESSION_ID
        )

Any help is appreciated. Thanks in advance!

Regards,
Ashwini