API ReferenceUsers
Get current user
Get information about the authenticated user.
Authorization
sessionAuth AuthorizationBearer <token>
NextAuth session token
In: header
Response Body
application/json
curl -X GET "https://platform.autophone.org/api/users/me"{
"user": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"email": "user@example.com",
"createdAt": "2019-08-24T14:15:22Z"
}
}Empty
Empty
Empty