Returns the data points required to add new employee in HRIS
curl --request GET \ --url https://api.bindbee.dev/api/hris/v1/employees/create/meta \ --header 'Authorization: Bearer <token>' \ --header 'x-connector-token: <x-connector-token>'
{ "success": true, "data": {}, "error": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object