GET
/
user
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"
}

Authorizations

Authorization
string
header
required

This API uses OAuth 2 with the implicit grant flow

Response

200
application/json

User information returned

User details