Sites & Content
funnels, forms & media api
The “Get Blogs by Location ID” API allows you get blogs using Location ID.
cURL
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.
Bearer <token>
<token>
Successful response
Show child attributes
Was this page helpful?