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
Priyakaran1320Priyakaran1320 

rest api integration testing

hey guys i need to work on rest api 

i have to make a service Account which should be functional Account  
As it should pass the credentials and make calls to the salesforce
 
it a start as this account will be used after all the apps are customized it will be tested in this account and so this will be the primary account as everything what is being made will be implemented in this account
 
have to make this service account and test it by passin credentials and do i  get calls back 
 
the api which we are using is REST API.
and Json object
thanks