Error Reference

HTTP status codes

Fordefi will return the following status codes for HTTP requests:

CodeMeaning
400Bad Request - Your request is invalid.
401Unauthorized User - User is not authenticated. You must authenticate your request with an API key.
403Forbidden User - User is not allowed to execute this action.
404Not Found - Requested resource is not found.
408Request Timeout - Reached time out while processing the request.
409Already Exists - Request cannot be completed because resource already exists.
422Validation Error - Semantic errors in the request.
429Rate Limit Exceeded - Too many requests in a given amount of time.
500Unexpected Error - Internal server error.