Investor Onboarding
Errors
1 min
our api returns standard http success or error status codes for errors, we will also include extra information about what went wrong in the message field in the response as json the various http status codes that might be returned are listed below code title description 200 ok the request was successful 204 not modified there was no new data to return 400 bad request the request was invalid or cannot be otherwise served this may happen due to invalid parameters passed 401 authorization required missing or incorrect authentication credentials 403 access forbidden the request is understood, but it has been refused or access is not allowed an accompanying error message will explain why this code is used when requests are denied due to request limits 404 not found the uri requested is invalid or the resource requested is not available 422 unprocessable entity missing inputs or the json body of a request is badly formed 500 internal server error something is broken this is usually a temporary error, for example in a high load situation or if an endpoint is temporarily having issues try again later 502 internal server error signzy service is down or the service is getting upgraded 504 gateway timeout the signzy servers are up, but the request couldnโt be serviced due to some failure within the internal stack try again later getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com