Skip to main content
The Atlas API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL

All API requests should be made to:

Authentication

The Atlas API uses API keys to authenticate requests. You can view and manage your API keys in the Dashboard. Include your API key in the Authorization header:

Environments

Response Codes