cURL
curl --request POST \ --url https://www.ruddr.io/api/workspace/company-types \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
{ "id": "e4a29c71-8f3b-4d56-b0e2-1a7c9d5f83e6", "name": "Partner", "isActive": true, "createdAt": "2025-08-22T09:41:33.218Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The name of the company type. Max 255 characters.
Whether the company type is active.
200
The unique identifier for the object.
The name of the company type.
The timestamp when the object was created.