cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/opportunity-tags/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "a3f7c821-9d4e-4b2a-8c6f-1e5d03b72a94", "name": "Enterprise", "isActive": true, "createdAt": "2025-06-12T14:22:11.504Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The opportunity tag uuid
uuid
200
The unique identifier for the object.
The name of the opportunity tag.
Whether the opportunity tag is active.
The timestamp when the object was created.