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
Imtiaz PashaImtiaz Pasha 

Hi All i want to create API's for the custom fields in salesforce and that i have to give to third party , its kind of reverse API , any idea guys ?

VinayVinay (Salesforce Developers) 
Hi Imtiaz,

Review below links that can help you.

http://www.wadewegner.com/2013/03/creating-anonymous-rest-apis-with-salesforce-com/#:~:text=It's%20time%20to%20create%20the,to%20create%20a%20new%20class.&text=To%20access%20these%20APIs%20we,access%20to%20this%20Apex%20class.
https://trailhead.salesforce.com/en/content/learn/modules/marketing-cloud-developer-basics/create-an-api-request

Thanks,
Vinay Kumar
Imtiaz PashaImtiaz Pasha
Hi Vinay ,

Thanks for the info , didnt get so many steps , is there anything easy method to do this , plz help
VinayVinay (Salesforce Developers) 
Hi Imtiaz,

Creation of API will take time and cannot be implemented pretty easy,  You need to make sure the configurations are correct and also do testing using API tools like SOAP UI, PostMan.

Try to check if any app exchange tools are available which matches your requirement or you can use connected app's as well.

Thanks,
Vinay Kumar