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
Jenna Hill 6Jenna Hill 6 

Zero Developer Experience, Need to Find API URL Endpoint for Integration

Hello, 

Completely brand new to development, let alone with regard to SF. 

We have recently set up a Partner Community so that we can receive leads from our upstairs partner through here instead of manually typing new leads sent via email into SF. 

I've set up a sandbox for their developer upstairs to work on integrating the two but before he can get much further, he requested this "API URL endpoint" for testing, preferably in the sandbox. 

Can someone please explain to me like I'm 5 how to find this exact information for him? 
Best Answer chosen by Jenna Hill 6
SwethaSwetha (Salesforce Developers) 
HI Jenna,
Your Salesforce endpoint would be something like https://MyDomain.my.salesforce.com/services/Soap/c/xx.0/0DF300000000xxS 

Check the article : https://help.salesforce.com/articleView?id=000327833&type=1&mode=1 

Related post: https://salesforce.stackexchange.com/questions/238073/creating-an-endpoint-in-salesforce-for-our-external-service-to-access-data

Happy to answer incase of follow up queries. If this information helps, please mark the answer as best. Thank you

All Answers

SwethaSwetha (Salesforce Developers) 
HI Jenna,
Your Salesforce endpoint would be something like https://MyDomain.my.salesforce.com/services/Soap/c/xx.0/0DF300000000xxS 

Check the article : https://help.salesforce.com/articleView?id=000327833&type=1&mode=1 

Related post: https://salesforce.stackexchange.com/questions/238073/creating-an-endpoint-in-salesforce-for-our-external-service-to-access-data

Happy to answer incase of follow up queries. If this information helps, please mark the answer as best. Thank you
This was selected as the best answer
Jenna Hill 6Jenna Hill 6
Thanks Swetha!