Skip to main content
GET
/
blogs
/
site
/
imports
cURL
curl --request GET \
  --url https://services.leadconnectorhq.com/blogs/site/imports \
  --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

locationId
string
required
blogId
string
required
offset
number
required
limit
number
required
type
enum<string>
default:url
required
Available options:
csv_import,
url

Response

200 - undefined
Last modified on March 4, 2026