Errors

Katalon API uses standard HTTP status codes to indicate the success or failure of a request.

Status CodeDescription
200 OKSuccess.
400 Bad RequestThe server could not understand the request due to incorrect syntax.
401 UnauthorizedThe request requires user authentication or, if the request included authorization credentials, authorization has been refused for those credentials.
403 ForbiddenThe user does not have access rights to the content.
404 Not FoundThe server can not find the requested resource.
500Server Error.