The Dotfile API returns the following status codes:
Code | Description |
---|---|
200 - OK | Everything worked as expected. |
201 - Created | The resource was created successfully |
204 - No content | The resource was deleted successfully |
400 - Bad Request | The request could not be accepted, due to missing or incorrect parameters. |
401 - Unauthorized | No valid API key or no API key was provided |
404 - Not Found | The requested resource could be not found. |
409 - Conflict | The request failed due to the current state of the resource. |
413 - Payload Too Large | The request payload is too large. Use for file upload (max 10Mo). |
429 - Too Many Requests | Too many requests were received. We recommend spacing requests increasing. |
500 - Internal Server Error | The Dotfile API experienced an internal server error. Our team has been notified and is working to fix it. |