curl --request PUT \
--url https://services.leadconnectorhq.com/blogs/site/import/{importId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"blogId": "<string>",
"mappedKey": {}
}
'curl --request PUT \
--url https://services.leadconnectorhq.com/blogs/site/import/{importId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"blogId": "<string>",
"mappedKey": {}
}
'Was this page helpful?