Error Codes
You can access the API and Webhook logs from the developer portal's logs tab.

Here's a quick guide on what the status codes mean.
Status Code | Description |
---|---|
200 | Your API request was successful. |
201 | Your API request was successful. |
204 | On successful update or create. There won't be a response body, only headers. |
400 | Client error. Check your payload for any missing parameters that are required. |
401 | Client authentication error. Your access token most likely expired and you'd need to generate a new access token based on the type of your authorization flow. |
404 | The API you are using does not exist. |
405 | This API does not support the HTTP method you are using. |
422 | API credit limit has been exceeded or exhausted. |
429 | You have exceeded your fair usage limit. |
500 | There was an exception on the Signeasy servers. Please raise a support ticket for assistance. Kindly include the API Request Id for a faster response). |
503 | The Signeasy API service is down. Please reach support for assistance. |
Updated 3 days ago