Authentication with Api Gateway#
No request reaches the tracker-hub service without first passing through the Api Gateway.Authentication Process#
Authentication is handled by the gateway using an API Key. The client simply needs to include the API Key in the request header.curl --request GET \
--url https:
--header 'Accept: application/json'
--header 'apikey: YOUR_API_KEY_HERE'
Modified at 2025-02-26 22:32:42