Response Codes

DottedSign API returns the following common status codes based on different request scenarios:

Status CodeDescription
200The request was successfully processed.
400The request was invalid, typically due to incorrect parameter values or format errors, resulting in the system's inability to process it.
401The request lacks valid authentication.
403The request is refused due to access restrictions. User may need to take more actions.
404The requested resource could not be found.
406The request is not acceptable due to invalid resources.
429The request has exceeded the rate limit.
500Server encountered an unexpected condition, preventing API request fulfillment.