Use HTTP Basic Authentication with your API Key ID as the username and API Key Secret as the password. Most HTTP clients support Basic Auth natively. Example: curl -u "API_KEY_ID:API_KEY_SECRET" [endpoint]