Skip to main content
GET
/
funnels
/
order-form
/
selected-products
cURL
curl --request GET \
  --url https://services.leadconnectorhq.com/funnels/order-form/selected-products \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

locationId
string
required
ids
string
required
liveMode
boolean
required
expand
string[]

Name of an entity whose data has to be fetched along with product. Possible entities are tax. If not mentioned, only ID will be returned

Response

200 - undefined
Last modified on March 4, 2026