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
Nayana PawarNayana Pawar 

API Security in salesforce

I have batch class which fetch data from API url into salesforce. Our other team which is working on API from other side they need to set security so that only our saleforce login can access their API. How can we achieve this? can anyone please help us to do this.
ShashankShashank (Salesforce Developers) 
How about checking the username in the authentication header on the API side?