Back to Explorer

Doximity OAuth endpoints

Doximity OAuth endpoints and related development resources

Doximity authorization endpoint

https://auth.doximity.com/oauth/authorize
The endpoint to redirect users to in order to grant your application access to their account.

Doximity token endpoint

https://auth.doximity.com/oauth/token
The endpoint to exchange the authorization code or refresh token for an access token and a refresh token.

Doximity userinfo endpoint

https://auth.doximity.com/oauth/userinfo
The standardized OAuth endpoint that returns authenticated user profile information, including claims about the current user based on the scope of access token.

Doximity OAuth documentation and resources