Hey guys! In the Go SDK, when using ListDocuments with an API Key or JWT, I'm not getting the documents' data in the resulting models.DocumentList. When querying for a single document with GetDocument, however, I get the document data. I tried the REST way and the "ListDocuments" endpoint works as expected, returning the documents' data. Looks like there's an issue with json Unmarshalling in the ListDocuments method.
TL;DR
Issue with Go SDK ListDocuments not retrieving documents' data for developers using API Key or JWT, but GetDocument works fine. Rest endpoint works as expected. Possible problem with json Unmarshalling in ListDocuments method.