cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/industries/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "a3f8c1d2-5e47-4b9a-8f6e-2c1d0e9b7a4f", "name": "Technology", "isActive": true, "createdAt": "2024-03-15T14:22:10.481Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The industry uuid.
uuid
200
The unique identifier for the object.
The name of the industry.
Whether the industry is active.
The timestamp when the object was created.