Fabrick Platform APIs may answer with the following HTTP response codes:
HTTP/200 | Request Successful. The response structure follows the documented standard and the payload object contains the requested data. |
HTTP/201 | Created. The requested resource has been created correctly. |
HTTP/400 | Bad Request. Logical errors have been found in your request (i.e. missing parameters, wrong parameters format). |
HTTP/401 | Unauthorized. You must perform authentication. |
HTTP/403 | Forbidden Access. You do not have permission to invoke the API. |
HTTP/404 | Not Found. You are trying to access an URL that does not exist. |
HTTP/405 | Method not allowed. You are using the wrong HTTP verb to invoke the API. |
HTTP/415 | Unsupported Media Type. You are providing the wrong Content-Type header while invoking the API. |
HTTP/429 | Too Many Requests. You are sending too many requests per second. |
HTTP/500 | Internal Server Error. We advise you to try again later or contact our support center if the problem persist. |
HTTP/502 | Bad Gateway. The gateway has encountered an unexpected error on the provider API. |
HTTP/503 | Gateway Timeout. The provider endpoint has timed out. |