Identity

Get employee token identity

Returns user and company information for the authenticated employee.

get/v1/employee/current

Response

Success

Example response

{
  "data": {
    "status": "ok"
  }
}

Changes