Concept Flow - API key authentication
Client sends request with API key
Server receives request
Server checks if API key is present
Server validates API key
Is API key valid?
Process request
Send response to client
The client sends a request with an API key; the server checks if the key is present and valid before processing or rejecting the request.