Skip to main content

HTTP Status Codes

AML Watcher uses conventional HTTP response codes to indicate the success or failure of an API request. Every response is generated in JSON with a specific HTTP code. Below is a complete list of status codes.

HTTP codeHTTP messageMessage
200OKSuccess
201CreatedCreated
400Bad RequestBad Request: One or more parameter is invalid or missing
401UnauthorizedUnauthorized: Invalid token provided
403ForbiddenAccess forbidden
404Not FoundResource not found
405Method not allowed A request was made of a resource using a request method not supported by that resource.
422Invalid requestUnprocessable Content: syntax of the request entity is not correct
429Too many requestsServer detects too many attempts within a short period of time
500Server ErrorInternal server error