The Documents resource can be thought of as the end user's file cabinet.

Below are the Document object's fields and descriptions:

FieldDescription
documentIdThe unique id generated by Abound API for this PDF document. Store this value in your database.
documentURLThe URL of the downloadable PDF document. (The links expire after 7 days, but you can GET the document again for a new link)
documentNameThe file name of this PDF document.
typeThe type of this document.
yearThe calendar year that this document is associated with.
status(Optional) The status of this document:
created, verifying, pending, error, or done
message(Optional) The message associated to a document with an error status.
createdTimestampThe timestamp at which this document was created.