curl --request POST \
--url https://services.leadconnectorhq.com/blogs/site/create-import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"blogId": "<string>",
"blogPostUrl": "<string>",
"website": "<string>",
"platformByUser": "<string>"
}
'curl --request POST \
--url https://services.leadconnectorhq.com/blogs/site/create-import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"blogId": "<string>",
"blogPostUrl": "<string>",
"website": "<string>",
"platformByUser": "<string>"
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?