Using the endpoint point “https://api.lucid.co/documents/search” we can get a list of the document as the documentation says :
“Retrieves information about documents that the authenticated user has at least read only access to”
But how to know which user is authenticated when calling this endpoint ?
As the Oauth2.0 App used could be shared to several user, when i use this token, all the documents of my subscription are retrieved even if some user don’t have access to these documents.
Did I miss something ?
Regards.