cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/time-off-types/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "d7a4f6b2-9c15-4e83-b0d8-e2f5a9c63d47", "name": "Sick Leave", "isActive": true, "isPaid": true, "createdAt": "2025-05-19T08:41:26.738Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The time off type uuid.
uuid
200
The unique identifier for the object.
The name of the time off type.
Whether the time off type is active.
Whether time off of this type is paid.
The timestamp when the object was created.