curl --request GET \
--url https://services.leadconnectorhq.com/blogs/site/all \
--header 'Authorization: Bearer <token>'{
"data": {
"_id": "lMOzIQZne5m6zQ528sT6",
"name": "My blog"
}
}The “Get Blogs by Location ID” API allows you get blogs using Location ID.
curl --request GET \
--url https://services.leadconnectorhq.com/blogs/site/all \
--header 'Authorization: Bearer <token>'{
"data": {
"_id": "lMOzIQZne5m6zQ528sT6",
"name": "My blog"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response
Show child attributes
Was this page helpful?