Skip to main content

I have completed the steps in:
OAuth 2.0 client creation
and
Client Creation
but when I attempt to use:

https://lucid.app/oauth2/clients/{my_client_id}/redirect

after registering it with my own client id, I get “page not found”
 

Previous dev forum post here:
 

References this docs page which is no longer working.
https://developer.lucid.co/api/v1/#app-registration

Is there additional app configuration required before I can use the Lucid provided service OAuth2 redirect URI in order to begin developing my app?

Please do not refer me to the API Key method as a solution, my goal is simply to use this endpoint:
Update Data Source from CSV

I figured it out!
I was attempting to use the redirect uri directly which doesn’t work!

 

Solution:

I used the authorization url from here:
Obtaining an access token
and modified the client_id and redirect_uri per my app and got the verification code needed to move on!


@GaryZ Thanks for the update! Great to hear you were able to find the answer in another Developer community post. 


Reply