Search deals by organization_id filter not working

I have been trying to use Pipedrive API Reference endpoint and it’s written that organization_id is an allowed query param

I have tried https://api.pipedrive.com/v1/deals/search?start=0&limit=20&organizaton_id=1&term=1&exact_match=true
Can someone help me with how to use organization_id query param in Search deals endpoint please?

Thank you for the help in advance!

I am assuming you meant to say that organization_id isnt an allowed query param. Regardless, I do not get that error. I would make sure that the organization_id that you are testing with is an actual organization_id and that the search term you are searching for (1) is going to return something.

Just to clarify, the search is looking through all deals and will return those where the term is found — it’s not searching by the organization ID itself, though it does filter by it. I mention this because your example uses both organization_id=1 and search term 1, which kind of suggests that you may be searching by organization id.

Here’s a working example you can test with your own organization_id and search term:

https://api.pipedrive.com/v1/deals/search?term=gutt&organization_id=1234&start=0&limit=20&exact_match=true&api_token=