You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DrChrono API Developers
Hi,
I'm building a POC application where a patient can register as a patient in a practice, and schedule an appointment with a doctor. When it comes to redirecting the user to the OAuth URL to get the token, it will take them to Dr Chrono's login URL. I have the following questions with this approach:
Should I be redirecting a patient (Not a provider) through Doctor Chrono to get the token to do patient registration for the practice and scheduling?
If yes, is there a way to prompt doctor Chrono to do a patient registration and return the token?
If no, how can I register a patient through doctor Chrono with out going through the OAuth URL? It seems like a lot of the calls I need to make is hinged on that OAuth to happen.
Best, Josh V
Joshua John Villahermosa
unread,
Feb 23, 2021, 1:14:26 PM2/23/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DrChrono API Developers
Actually I just realized we can refresh the token, as long we can refresh the token on the provider side, we do not need to redirect the patient to Dr. Chrono. Is that right? Also are there conditions where we can no longer refresh a token (Provider will need to Re-Auth)?
bri...@drchrono.com
unread,
Feb 23, 2021, 1:16:57 PM2/23/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DrChrono API Developers
Yes you can use the refresh token to keep a continuous connection to our API. The refresh token will only become invalid if the provider clicks "Deauthorize" in "Account" > "App Directory" in DrChrono or you make use of the Revoke method in DrChrono's API.
Joshua John Villahermosa
unread,
Feb 26, 2021, 11:48:41 AM2/26/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message