Skip to main content
GET
/
blogs
/
site
/
all
Get Blogs by Location ID
curl --request GET \
  --url https://services.leadconnectorhq.com/blogs/site/all \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "_id": "lMOzIQZne5m6zQ528sT6",
    "name": "My blog"
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

locationId
string
required
skip
number
required
limit
number
required
searchTerm
string
required

Response

200 - application/json

Successful response

data
object
required
Last modified on March 4, 2026