Skip to main content

HTTP Status Code Summary

The Writer API returns different HTTP response codes for successful and failure API requests.

CodeDescription
200

SUCCESS - The API request was successful and completed without any errors. 

400

BAD REQUEST - The input passed in the Request API is invalid or incorrect. The requestor has to change the input parameters and send the Request again.

401

UNAUTHORIZED - Invalid authorization error. The access_token you provided is either invalid or expired.

404

NOT FOUND - The user does not have read access to the file, or the requested file does not exist. 

405

METHOD NOT ALLOWED - The HTTP method used is not supported by the URL endpoint.

500

INTERNAL SERVER ERROR - The request cannot be completed due to an error that occurred in the server when processing the request.