Security authentication
Today every api need to secure the input request from public access. This is the first part of couple posts to secure your api end point.What is api key authentication
Api key is public key that was given to the client from the api owners.