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
sashamsasham 

Http Get for notification

I have set up 2  apex class as a REST endpoint for an HTTP GET request that an external system is sending for 2 notification 
such as approved  and result available
http://example.com/notif?id={id}&status=approved
 http://example.com/notif?id={id}&status=resulted[&result_type={result}]
for authentication , we have 3 options 
IP Based Authentication
Token Based Authentication
HTTP Basic Authentication.
Could please  anyone answer , is Token Based Authentication is OAuth  authetication  and how to setup the Token Based Authentication