Use the REST API to retrieve current user information
Last updated 6 months ago
Retrieve user information for the authenticated user
/me
Request content type
application/json
curl -L \ --url 'https://api2.engineroom.com.au/public/me' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Accept: application/json'
{ "id": "45daeb37-2de5-4dde-a583-bd0b8a2d7c3e", "name": "XYZ Car Servicing" }