curl --request POST \
--url https://services.leadconnectorhq.com/funnels/funnel/create-blog \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"title": "<string>",
"description": "<string>",
"domain": "<string>",
"urlSlug": "<string>",
"sourceType": "scratch"
}
'curl --request POST \
--url https://services.leadconnectorhq.com/funnels/funnel/create-blog \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"title": "<string>",
"description": "<string>",
"domain": "<string>",
"urlSlug": "<string>",
"sourceType": "scratch"
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?