curl --request POST \
--url https://services.leadconnectorhq.com/blogs/site \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"locationId": "<string>",
"description": "<string>",
"urlSlug": "<string>",
"domain": "<string>"
}
'curl --request POST \
--url https://services.leadconnectorhq.com/blogs/site \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"locationId": "<string>",
"description": "<string>",
"urlSlug": "<string>",
"domain": "<string>"
}
'Was this page helpful?