cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/job-titles/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "b5b31812-9686-44a2-a356-a3fd8691b9c2", "name": "Client Director", "isActive": true, "createdAt": "2025-01-29T16:30:21.612Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The job title uuid.
uuid
200
The unique identifier for the object.
The name of the job title.
Whether the job title is active.
The timestamp when the object was created.