Authentication
The DataMaxi+ REST API server is hosted under https://api.datamaxiplus.com.
Private API endpoints are protected by an API key. REST API, WebSocket API, and Python SDK share the same API Key. You can get the API key upon registering at https://datamaxiplus.com/auth.
Once you receive your API key, you must pass it with every request to private endpoints.
The API keys are passed with authorization header X-DTMX-APIKEY
.
curl -H "X-DTMX-APIKEY: $YOUR_API_KEY" https://api.datamaxiplus.com/