Errors
A description of standard errors returnable by the API.
Notarize APIs will respond with standard HTTP error codes should you make a bad request. 400
and 422
errors will have more specific messaging depending on the API and endpoint used.
HTTP Status Code | Summary |
---|---|
| Successful API request. |
| Bad request or invalid parameters. |
| Not authenticated. |
| No access to this specific feature. |
| The requested item does not exist. |
| Violated business rule. |
| Unknown error. Retry the call. |
If you'd like more help deciphering errors and error codes from the Notarize API, please contact Support.
Updated almost 3 years ago