Then add anoter parameter as AuthenticationKey to the Web API Method and have to pass AuthenticationKey from the Ajax request.
Inside the Web API Method you need to verify the AuthenticationKey as per your need and validate.
If AuthenticationKey is validated then do the rest of process.