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 theAuthorization header:
Environments
| Environment | Key Prefix | Description |
|---|---|---|
| Test | sk_test_ | Use for development and testing |
| Live | sk_live_ | Use for production transactions |
Response Codes
| Code | Description |
|---|---|
| 200 | Success |
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Invalid API key |
| 404 | Not Found - Resource doesn’t exist |
| 429 | Rate Limited - Too many requests |
| 500 | Server Error - Something went wrong |