Error Codes
You will usually receive these following return codes on using the APIs.
Status Code | Description |
---|---|
200 | Your API request was successful, but there could be errors in some cases. Please refer to the API reference. |
201 | Your API request was successful. |
204 | On successful update or create. There won't be a response body, only headers. |
400 | One of the required request parameters is missing. |
401 | Authentication error. Your access tokens most likely expired please generate new access tokens using the refresh token. |
404 | The API you are using does not exist. |
405 | The HTTP method you are using is not supported for this API. |
500 | There was an exception on the Signeasy servers, please issue a technical support ticket for assistance. ( Kindly attach the API Request Id for the quickest response on the request ). |
503 | Signeasy API service is down, please issue a technical support ticket for assistance. |
Updated over 2 years ago