cURL
curl --request GET \ --url https://api.diversion.dev/v0/user \ --header 'Authorization: Bearer <token>'
{ "image": "<string>", "email": "jsmith@example.com", "full_name": "<string>", "id": "<string>", "name": "<string>", "tier": "EDUCATION" }
This API uses OAuth 2 with the implicit grant flow
User information returned
User details
URL of the user image
The tier of the user
EDUCATION
INDIE
PROFESSIONAL
ENTERPRISE
UNKNOWN