# Authentication

# Current User

You can use this endpoint to return the currently authenticated user.

# Endpoint

GET /user

# Response

Status: 200

{
    "id": 1,
    "name": "Example",
    "email": "example@genkan.io",
    "email_verified_at": null,
    "avatar_url": null,
    "created_at": "2021-03-27T23:01:05.000000Z",
    "updated_at": "2021-04-22T13:34:40.000000Z",
    "deleted_at": null,
    "is_verified": true,
    "wants_over_18": false,
    "wants_hentai": false,
    "image_quality": 100,
    "has_api_access": true
}