Rest CallOut can be made in Salesforce in two ways:
Server-side controller (Apex Class)
Client-side controller (Js Controller)
Server-side controller (Apex Class): We can make an API callout from Apex , which provides support for REST and SOAP callouts. Before making callouts from the apex, we Read more…