cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/opportunity-pipelines/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "b9c85ac3-1a1d-4f31-a0c5-6e7d3d8ee0b2", "name": "Sales", "description": "Main sales pipeline for tracking new business opportunities.", "isActive": true, "createdAt": "2025-03-10T14:22:45.183Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The opportunity pipeline uuid.
uuid
200
The unique identifier for the object.
The name of the opportunity pipeline.
The description of the opportunity pipeline.
Whether the opportunity pipeline is active.
The timestamp when the object was created.