FAQs
Here are our answers to some frequently asked questions:
Our universal API rate limit is enforced at 10 requests per second per API service per client host. DIMO does not send the number of remaining requests back in the HTTP headers.
Status Code | Status | Description |
---|---|---|
200 | OK | The request was successfully processed by DIMO. |
201 | Created | The request has been fulfilled and a new resource has been created. |
204 | No Content | The request has been accepted, but no content will be returned. |
400 | Bad Request | The request was not understood by the server. |
401 | Unauthorized | The request has not been completed because it lacks valid authentication credentials for the requested resource. |
403 | Forbidden | The server understands the request but refuses to authorize it. |
404 | Not Found | The requested resource was not found at the moment of the request. |
405 | Method Not Allowed | The requested method is not allowed by DIMO. |
409 | Resource Conflict | The requested resource could not be processed because of a conflict in the request. |
424 | Failed Dependency | The requested operation can not be performed because it depends on another action that had failed. |
500 | Internal Server Error | An internal error occurred in DIMO. |
We host our public keys here. Developers use this to validate that returned responses are indeed coming from DIMO.