ConsoleCatalog
Sign in
CPP Portal (India) logo

CPP Portal (India)

eprocurement.govGovernment Legalno auth

India's procurement portal - tender search, category filters, listings, and reports.

Organisation Filter Options

ASYNCWRITENo auth

Lists government organisations available for a given tender status and product category.

ParametersFormJSON

Tender type filter (maps to s_type), e.g. tender or active

Product category filter (maps to s_prod_type)

Optional keyword filter (maps to s_keyword)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_eprocurement_gov_organisation_filter_options",
    "params": {
      "tender_status": "tender",
      "product_category": "Access Control System"
    }
  }'