02-23-2021 03:00
02-23-2021 03:00
HI @Gordon-C,
I'm trying to work on a similar project. What should I enter into the CallbackURL field to retrieve my data?
Thanks
02-24-2021 19:31
02-24-2021 19:31
Hi @emmayharro
The callback or redirect URL is an endpoint in your application where we redirect the user after they consent to share data with your application. This endpoint will usually receive the authorization code, found appended to the redirect URL, and swap it out for the access token and refresh token.
Gordon