User

Get the current authenticated user

get

Get the current authenticated user Authentication: required

Authorizations
Responses
200

Success!

application/json
get
GET /api:v1/user/me HTTP/1.1
Host: api.visadoc.co
Authorization: Bearer JWT
Accept: */*
{
  "id": 1,
  "created_at": "now",
  "name": "text",
  "email": "name@gmail.com"
}