Fetch details of a employee record by its unique identifier.
cURL
curl --request GET \ --url https://www.manglai.io/api/v1/employees/{id} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the employee record.
Successfully retrieved the employee record.