Skip to content

Lists detailed information for the current user

GET
/api/users/current/details

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Responses

Success

application/json
JSON
{
"id": 123,
"foodsaver": true,
"isVerified": true,
"regionId": 0,
"isSleeping": true,
"regionName": "string",
"aboutMePublic": "string",
"mailboxId": 5,
"hasCalendarToken": true,
"firstname": "Anna",
"lastname": "Muster",
"gender": 0,
"photo": "string",
"lastPassDate": "string",
"lastPassUntilValid": "string",
"lastPassUntilValidInDays": 0,
"hasActiveEmail": true,
"coordinates": {
"lat": 52.5,
"lon": 13.4
},
"address": "string",
"city": "string",
"postcode": "string",
"email": "string",
"landline": "string",
"mobile": "string",
"birthday": "string",
"aboutMeIntern": "string",
"role": 0,
"regions": [
],
"groups": [
],
"position": "string"
}

Playground

Authorization

Samples

cURL
JavaScript
PHP
Python