Read
List Documents
To get the list of all the records for a given authenticated user.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
To get response in json format
Available options:
application/json
Query Parameters
Filters the documents by returning all documents that were updated after the specified u_at__gt timestamp. The value should be a valid epoch timestamp.
Please include the nextPageToken from the API response to enable pagination.