Errors

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

Status CodeDescription
200OK - Success.
400Bad Request -
The request could not be understood by the server due to incorrect syntax.
401Unauthorized - The request requires user authentication or, if the request included authorization credentials, authorization has been refused for those credentials.
403Forbidden - The user does not have access rights to the content.
404Not Found - The server can not find the requested resource.
500Server Error.