Response Codes
DottedSign API returns the following common status codes based on different request scenarios:
| Status Code | Description |
|---|---|
| 200 | The request was successfully processed. |
| 400 | The request was invalid, typically due to incorrect parameter values or format errors, resulting in the system's inability to process it. |
| 401 | The request lacks valid authentication. |
| 403 | The request is refused due to access restrictions. User may need to take more actions. |
| 404 | The requested resource could not be found. |
| 406 | The request is not acceptable due to invalid resources. |
| 429 | The request has exceeded the rate limit. |
| 500 | Server encountered an unexpected condition, preventing API request fulfillment. |
Updated 13 days ago
