The UConvert RESTful API returns JSON data with the following response codes.
Code | Description |
---|---|
200 | SUCCESS The request was completed successfully. |
400 | BAD REQUEST The request cannot be performed. You will usually receive this return if you forget a required parameter or sent an invalid parameter. |
401 | UNAUTHORIZED Request was rejected because you either sent the wrong credentials or no credentials were provided. |
403 | FORBIDDEN You do not have enough permission to access the resource. |
404 | NOT FOUND The URL you've sent is wrong. It’s possible that the resource you've requested has been moved to another URL. |