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": "a3f8c2d1-7b4e-4f92-8e5a-1c6d0b9e3f47", "name": "Client", "isActive": true, "createdAt": "2024-03-12T14:22:18.456Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The name of the company type.
Whether the company type is active.
200
The unique identifier for the object.
The timestamp when the object was created.