Back to Explorer

Patreon OAuth endpoints

Patreon OAuth endpoints and related development resources

Patreon authorization endpoint

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

Patreon token endpoint

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

Patreon userinfo endpoint

https://www.patreon.com/api/oauth2/api/current_user
The standardized OAuth endpoint that returns authenticated user profile information, including claims about the current user based on the scope of access token.

Patreon OAuth documentation and resources