cURL
curl --request GET \ --url https://api.become1.de/api/v2/employees/{id} \ --header 'Authorization: Bearer <token>'
{ "email": "<string>", "employeeId": "<string>", "companyId": "<string>", "personnelNumber": "<string>", "costCenter": "<string>", "groups": [ "<string>" ], "datePausedStart": "2023-11-07T05:31:56Z", "datePausedEnd": "2023-11-07T05:31:56Z", "dateTerminated": "2023-11-07T05:31:56Z" }
Retrieves an employee by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>