Get current user
GET
/auth/meContract
Parameter | Value |
|---|---|
| Section | auth |
| Authentication | CookieAuth |
| Consumes | not required |
| Produces | application/json |
Parameters
0 parameters
No parameters are required.
Responses
3 responses
Status | Description | Type |
|---|---|---|
200 | Response: {data: database.User} | object |
401 | Unauthorized | object |
500 | User not found | object |
{}{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }