Deal stages fetch

There are different deals stages in deals , is there any API through which I can fetch all the deal stages present. ( like closedlost , closedwon).

Hi @yK10! Welcome to the Community-- happy to have you here :blush:

Is your goal to see all available Deal stage options? Or is your goal to pull all deals in a specific stage?

I also moved this to our API’s and Integrations forum to get some help from subject-matter experts!

Best,

Kennedy

Hi @kennedyp , thanks for moving it to API’s forum. I am looking to fetch all available Deal stage options

Thanks for the clarification! Have you checked out the Properties API?

Hi,

You can retrieve a list of your account’s deal properties by making a GET request to “/crm/v3/properties/deals”. This will include information about different deal stages

Hope this helps!

Cheers,
Harsh

Fario Consulting

This doesn’t provide the inforamtion about my usecase . I want a list of all possible dealStages for a deal like [presentationscheduled, closedwon, …etc].

Also it is providing empty array in options for deal stage,