API
Once a key has been created in the Settings->General->Misc->API section, the API can be used to execute Data+ Server functions.
Header
| Field | Value | 
|---|---|
| content-type | application/json | 
| authorization | [apiKey] | 
Rate Limits
There are two rate limits enforced (independent of the requesting client):
- 
Requests: 1000 / min 
- 
Insert/Update/Deleteentries: 10000 / min
Rate Limits are enforced over a 5 minute period to support short bursts of requests.
Last updated on