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
Abhishek Raj 13Abhishek Raj 13 

If any org is having domain name enabled, How to callout Rest Services of that org from some other org ? what should be be our service URI ?

pconpcon
You should do your login call and then that will return a serverUrl that you should use.  You can then split that serverUrl to get the hostname and then append the correct /services/ url that you need depending on which REST endpoint you are trying to interact with.