cURL
curl --request POST \ --url https://www.ruddr.io/api/workspace/opportunity-tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
{ "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 name of the opportunity tag.
Whether the opportunity tag is active.
200
The unique identifier for the object.
The timestamp when the object was created.