Authentication
All ATNA APIs require authentication. We support API Key (recommended) and Basic Auth for sandbox/legacy compatibility.
API Key (recommended)
Include X-API-KEY in the request header:
X-API-KEY: YOUR_API_KEY_HERE
Basic Auth (sandbox)
Use Basic auth with the credentials provided by ATNA sandbox. Use the Try It console to quickly test.
Rate limits
Default rate limit for production API keys: 120 requests/minute. Contact Atna support for higher limits.
info
Use a longer timeout (4000-5000 ms) when making footprint calls — lower timeouts will reduce coverage.