Skip to main content
POST
/
blogs
/
site
/
import-csv
Import blog posts from CSV/XLSX file
curl --request POST \
  --url https://services.leadconnectorhq.com/blogs/site/import-csv \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

blogId
string
required

Blog ID

locationId
string
required

Location ID

Response

201 - undefined
Last modified on March 4, 2026