Skip to main content
POST
/
funnels
/
builder
/
global-sections
/
{id}
cURL
curl --request POST \
  --url https://services.leadconnectorhq.com/funnels/builder/global-sections/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "sectionData": [
    "<string>"
  ],
  "version": 123,
  "updatedBy": "<string>"
}
'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
sectionData
string[]
required
version
number
required
updatedBy
string

Response

201 - undefined
Last modified on March 4, 2026