Get Profile
Get the user profile
GET https://api.tipme.no/user/profile
Required scopes
profile:read
Headers
Name
Type
Description
Authorization
String
Api Key
Response
{
"id": Uuid,
"email:": String,
"username": String,
"display_name": String,
"created_at": Date,
"updated_at": Date,
"last_login": Date,
"two_factor_enabled": Boolean,
"email_confirmed": Boolean,
}{
"status": "error",
"message": String
}Last updated