curl --request PUT \
--url https://services.leadconnectorhq.com/blogs/site/create/import/{importId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"blogId": "<string>",
"selectedMapped": true,
"selectedUnMapped": true,
"selectedItems": [
"<string>"
]
}
'curl --request PUT \
--url https://services.leadconnectorhq.com/blogs/site/create/import/{importId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"blogId": "<string>",
"selectedMapped": true,
"selectedUnMapped": true,
"selectedItems": [
"<string>"
]
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?