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