Pinterest OAuth endpoints and related development resources
Pinterest authorization endpoint
https://www.pinterest.com/oauth/
The endpoint to redirect users to in order to grant your application access to their account.
Pinterest token endpoint
https://api.pinterest.com/v5/oauth/token
The endpoint to exchange the authorization code or refresh token for an access token and a refresh token.
Pinterest userinfo endpoint
https://api.pinterest.com/v5/user_account
The standardized OAuth endpoint that returns authenticated user profile information, including claims about the current user based on the scope of access token.