Back to Explorer

Dropbox OAuth endpoints

Dropbox OAuth endpoints and related development resources

Dropbox authorization endpoint

https://www.dropbox.com/oauth2/authorize
The endpoint to redirect users to in order to grant your application access to their account.

Dropbox token endpoint

https://api.dropboxapi.com/oauth2/token
The endpoint to exchange the authorization code or refresh token for an access token and a refresh token.

Dropbox userinfo endpoint

https://api.dropboxapi.com/2/users/get_current_account
The standardized OAuth endpoint that returns authenticated user profile information, including claims about the current user based on the scope of access token.

Dropbox OAuth documentation and resources