cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/industries/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "a1b3c5d7-e924-4f81-b6a0-d2e4f6a8c0b2", "name": "Financial Services", "isActive": true, "createdAt": "2025-05-19T11:27:08.943Z" }
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.