All of our error responses contain an error top-level object. This is what it looks like.

NameTypeDescription
typestringAn computer friendly stable string like invalid_pdf_error
messagestringA human-readable description of the error

PostGrid uses standard HTTP codes to indicate successful or failed API requests. Successful operations will return 2xx codes. Responses with 4xx codes usually indicate input errors and 5xx codes indicate a server error.

Please refer to our API documentation for more details.