Users
Use the REST API to retrieve current user information
Current User
Retrieve user information for the authenticated user
Authorizations
Header parameters
AcceptstringRequiredExample: 
Request content type
application/jsonResponses
200
Successful operation
application/json
get
/meGET /public/me HTTP/1.1
Host: api2.engineroom.com.au
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: application/json
200
Successful operation
{
  "id": "45daeb37-2de5-4dde-a583-bd0b8a2d7c3e",
  "name": "XYZ Car Servicing"
}Last updated