API Error Codes

When a request fails for any reason the response will contain an error code and message describing the failure.

API ErrorHTTP Status CodeDescription
FRAUD_ALERT_NOT_FOUND404 Not FoundThe specified fraud alert was not found.
VALIDATION_ERROR400 Bad RequestThe request was malformed, missing a required field or contained an invalid field/value.
FORBIDDEN403 FORBIDDENThe requested resource does not exist or is not available for the current user.
INTERNAL_ERROR500 Internal Server ErrorAn unexpected internal error occurred.
{
    "code": "VALIDATION_ERROR",
    "message": "Request parameter [from] is missing",
    "timestamp": "2022-10-20T18:21:01.531266Z"
}