Skip to main content

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 CodeStatusDescription
200OKThe request was successfully processed by DIMO.
201CreatedThe request has been fulfilled and a new resource has been created.
204No ContentThe request has been accepted, but no content will be returned.
400Bad RequestThe request was not understood by the server.
401UnauthorizedThe request has not been completed because it lacks valid authentication credentials for the requested resource.
403ForbiddenThe server understands the request but refuses to authorize it.
404Not FoundThe requested resource was not found at the moment of the request.
405Method Not AllowedThe requested method is not allowed by DIMO.
409Resource ConflictThe requested resource could not be processed because of a conflict in the request.
424Failed DependencyThe requested operation can not be performed because it depends on another action that had failed.
500Internal Server ErrorAn internal error occurred in DIMO.

We host our public keys here. Developers use this to validate that returned responses are indeed coming from DIMO.