cURL
curl --request POST \ --url https://www.ruddr.io/api/workspace/industries \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
{ "id": "c8f2d5a1-3b47-4e90-81a6-d0e9f7c34b82", "name": "Healthcare", "isActive": true, "createdAt": "2025-09-22T15:08:33.714Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The name of the industry. Max 255 characters.
Whether the industry is active. Defaults to true if not provided.
true
200
The unique identifier for the object.
The name of the industry.
Whether the industry is active.
The timestamp when the object was created.