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
Kartik NagpalKartik Nagpal 

salesforce service cloud api calls

I have salesforce service cloud connector and we have to develop that 
but we can't able to find API endpoint for the service cloud.
we need specific API calls.
So please can anyone help me with that.

thanks,
Kartik
Thelma EliaThelma Elia
To call third-party APIs from your component's JavaScript code, add the API endpoint as a CSP Trusted Site. To call Salesforce APIs, make the API calls from your component's Apex controller. Use a named credential to authenticate to Salesforce.

Liteblue (https://www.liteblue.vip/)