GET
/usersAuthentication
cookieSessionapiKey
required
Encrypted session cookie issued after registration or login.
cookie: sessionParameters
This operation has no path, query, header, or cookie parameters.
Responses
200
Current user profile
application/json
{
"type": "object",
"required": [
"email",
"notification_preference",
"created_at",
"updated_at"
],
"properties": {
"email": {
"type": "string",
"format": "email"
},
"notification_preference": {
"type": "string",
"enum": [
"ALL",
"NONE"
]
},
"created_at": {
"type": "string",
"format": "date-time"
},
"updated_at": {
"type": "string",
"format": "date-time"
}
}
}401
Missing or invalid session
429
Ingress rate or connection limit exceeded for the client address
