EndpointsGet employee info

Get employee info

curl -X GET "http://amarhr.api/v1/employees/example_string" \
  -H "Content-Type: application/json"
[
  "null"
]
GET
/employees/{employeeId}
GET
Base URLstring

Target server for requests. Edit to use your own host.

path
employeeIdstring
Required

The id of the employee to retrieve

Request Preview
Response

Response will appear here after sending the request

Path Parameters

employeeIdstring
Required

The id of the employee to retrieve

Responses

Expected response to a valid request