function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Girish Chaudhari 5Girish Chaudhari 5 

How to get partnerApiEndPoint and sessionID to use the bulk api in php

I want to use the salesforce bulk api using php.So I cant find the partnerApiEndPoint and sessionID to use that api. Please tell me how can I find those values.
Ramon PereiraRamon Pereira
Hello,

You can use Oauth and from it you get your session ID.
Follows a link on Oauth in SF: here (https://developer.salesforce.com/page/Digging_Deeper_into_OAuth_2.0_on_Force.com)

If this answer helped, mark it as resolved.

thank you