POST
/
public
/
v1
/
campaign-service
/
estimated-clicks
curl --request POST \
  --url https://api.topsort.com/public/v1/campaign-service/estimated-clicks \
  --header 'Content-Type: application/json' \
  --data '{
  "budget": 1000,
  "budgetPeriod": "daily",
  "isAutoBidding": true,
  "products": [
    {
      "bidAmount": 1,
      "categoryIds": [],
      "price": 1
    }
  ]
}'
{
  "estimatedClicks": 123
}

Query Parameters

vendor_id
string
required

The ID of the vendor to get estimated clicks.

Minimum length: 1

Body

application/json

Response

200
application/json
Successful Response

The response is of type object.