cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/company-types/{id} \ --header 'Authorization: Bearer <token>'
{ "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 company type uuid
uuid
200
The unique identifier for the object.
The name of the company type.
Whether the company type is active.
The timestamp when the object was created.