Retrieve a list of all pipeline stages configured for opportunities. Each stage represents a step in the sales workflow (e.g., Qualification, Proposal, Negotiation, Closed Won).
GET
/
pipeline
/
opportunities
/
stages
Get opportunity pipeline stages
curl --request GET \
--url https://api.gospott.com/pipeline/opportunities/stages \
--header 'x-api-key: <api-key>'