Use the REST API to retrieve current user information
Last updated 8 months ago
Retrieve user information for the authenticated user
Request content type
application/json
GET /public/me HTTP/1.1 Host: api2.engineroom.com.au Authorization: Bearer YOUR_SECRET_TOKEN Accept: application/json
Successful operation
{ "id": "45daeb37-2de5-4dde-a583-bd0b8a2d7c3e", "name": "XYZ Car Servicing" }