Atlas uses API Keys to authenticate requests. You can generate multiple API Keys in your developer dashboard.
Your API secret is sensitive. Never share it, commit it to version control, or use it in client-side code.
Include your API Key in the Authorization header as a Bearer token. The token format is client_id:secret.
curl -X GET https://api.atlas.co.ke/api/v1/ping \ -H "Authorization: Bearer atlas_live_123:sk_live_abc"