Skip to main content

Hi



Do we have the Rest API for getting the list of the documents using Oauth2.0 authentication.



For now we can use only use OAuth1.0 with this Endpoint:



GET https://lucid.app/documents/docs



Best ragrds



 

Hi Michel thanks for posting in the Lucid Community! 


Our API documentation goes over the details of how to obtain an OAuth 2.0 access token here. You can then use this token to access a user's documents in different ways. You can find more information on this in this section of the API documentation


Hope this answers your question! Let me know if you have any other questions. 


Hi Eric


Thanks for your reply.


I know how to use OAuth 2.0 and make it working.


But my question was : Is there a Rest API for listing the documents with access_token OAuth2 Token.


To be more clear the only way as far as i know is to set a OAuth1.0 (Client_Id and Client_secret) with admin and to use


GET https://lucid.app/documents/docs with this Client_Id  and this Client_secret.as header.


Am I wrong ?


 


Hi Eric


Finally I found a work around solution using search Rest API Post request.



It's not quite the same beacause it does not give you the templates but I will use it.


So a complementary question. Did we have a way to list the templates with rest api OAuth 2.0


Best regards.


 


Hi @michel l I'm glad to hear that you found a workaround! Unfortunately there is not a way to list the templates with the REST API. Though we are always looking for ways to improve Lucid and your feedback is the best way for us to do that! Can you please share more details around your idea and intended use case? 


Reply