cURL
curl --request GET \ --url https://app.untetherlabs.com/api/v1/employment-types/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "type": "contractor", "compensationTimePeriod": "hourly", "amountWorked": "part_time", "createdAt": "2024-11-20T07:43:34+0000", "updatedAt": "2024-11-20T07:43:34+0000" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
contractor
employee
hourly
salaried
part_time
full_time
temporary
"2024-11-20T07:43:34+0000"