Users

Use the REST API to retrieve current user information

Current User

Get user information

get

Retrieve user information for the authenticated user

Authorizations
Header parameters
AcceptstringRequired

Request content type

Example: application/json
Responses
200
Successful operation
application/json
get
GET /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