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": "c7d9e1f3-84a2-4b56-9e03-f1a8b2c74d60", "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. Max 255 characters.
Whether the job title is active. Defaults to true if not provided.
true
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.