GET /myProfile
Get the users profile
Request Traces
Request Headers
GET https://api.railway-stations.org/myProfile
Accept: application/json
HTTP Response
HTTP 200
ok
{
"nickname": "string",
"email": "string",
"license": "string",
"photoOwner": false,
"link": "string",
"anonymous": false,
"admin": false,
"emailVerified": false,
"sendNotifications": false,
}
HTTP 401
authorization failed
HTTP 403
forbidden
HTTP default
Unexpected error
