cURL
curl --request GET \ --url https://app.miget.com/api/v1/users/me \ --header 'Authorization: <api-key>'
{ "uuid": "<string>", "email": "<string>", "name": "<string>", "surname": "<string>", "discord_username": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Returns the profile information of the currently authenticated user.
Bearer token for authentication. Format: 'Bearer {token}'
Get current user profile
Api_V1_Entities_User model
User UUID
Email address
First name
Last name
Discord username
Registration date
Last update timestamp