Profile
Get the Profile of the current user
Get current profile
Headers
Name
Type
Description
{
"resource": "users",
"id": "USER ID",
"name": "John Doe",
"email": "[email protected]",
"_links": {
"self": {
"href": "https://api.petje.af/users/me",
"type": "application/hal+json"
}
}
}Last updated