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
niharnihar 

Api keys for salesforce partner marketing center to salesforce sales or service cloud

Hi all,

As i am looking for Api keys for fetching the data from salesforce partner marketing center to salesforce sales or sevice cloud.

can anyone suggest me Api keys............

Thanks Inadvance...............................
AbhishekAbhishek (Salesforce Developers) 
You can use Salesforce REST API in your app to get salesforce data. Salesforce provides a REST API and you can refer to the following link for more information.

https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/

This article may help you understand how API keys are created and stored:

https://developer.salesforce.com/docs/atlas.en-us.mc-getting-started.meta/mc-getting-started/get-api-key.htm


For further reference check this,

https://simple-force.com/2018/02/03/best-practice-secure-api-keys-in-salesforce%E2%80%8A-%E2%80%8Aexample-google-firebase/


Refer to the below links for more information:

http://www.salesforce.com/us/developer/docs/dbcom_apex250/Content/apex_methods_system_json.htm https://developer.salesforce.com/page/Getting_Started_with_Apex_JSON  http://www.salesforce.com/us/developer/docs/api_rest/api_rest.pdf https://developer.salesforce.com/page/Getting_Started_with_the_Force.com_REST_API https://developer.salesforce.com/page/Digging_Deeper_into_OAuth_2.0_on_Force.com


Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Thanks.