Creates a new pipeline in the system to create pipeline stages for, unlocking the ability to track a deal's progress through the sale cycle.
Security
ApiKey
- Mock serverhttps://developer.getparallax.com/_mock/api-documentation/swagger/v1/pipelines
- Production Serverhttps://api.getparallax.com/v1/pipelines
- application/json-patch+json
- application/json
curl -i -X POST \
https://developer.getparallax.com/_mock/api-documentation/swagger/v1/pipelines \
-H 'Content-Type: application/json-patch+json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"name": "string",
"is_enabled": true
}'Created
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 }