cURL
curl --request POST \ --url https://www.ruddr.io/api/workspace/job-titles \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
{ "id": "e3a47c21-58f1-4b9d-a012-7c6d3e891f24", "name": "Project Manager", "isActive": true, "createdAt": "2025-03-01T14:22:10.543Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The name of the job title.
Whether the job title is active.
200
The unique identifier for the object.
The timestamp when the object was created.