Fetches pipeline by id to support sales forecasting and resource planning.
Security
ApiKey
- Mock serverhttps://developer.getparallax.com/_mock/api-documentation/swagger/v1/pipelines/{id}
- Production Serverhttps://api.getparallax.com/v1/pipelines/{id}
curl -i -X GET \
'https://developer.getparallax.com/_mock/api-documentation/swagger/v1/pipelines/{id}' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'OK
The ISO currency code associated with the Pipeline, used for financial values tied to deals.
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "currency_code": "string", "is_enabled": true, "archived": true }