Authentication
Requires OAuth scope:view_public or any public scope
Response
Whether the request was successful
The user object
Example request
Example response
Success
Unauthorized
Use cases
Account verification
Verify the authenticated user’s identity before performing operations
Profile display
Display the creator’s information in your application
Multi-account management
Identify which Gumroad account is currently connected
OAuth flow completion
Retrieve user details after OAuth authorization
Notes
This endpoint is often used immediately after OAuth authentication to get the user’s profile information.
The fields returned may vary based on what the user has configured in their profile settings.
See also
Authentication
Learn how to authenticate API requests
Products API
List products owned by the user