Get Blogs by Location ID
GET/blogs/site/all
The "Get Blogs by Location ID" API allows you get blogs using Location ID.
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Sub-account (location) identifier whose blog sites are being listed
skip number
Number of records to skip for pagination
limit number
Maximum number of records to return
searchTerm string
Free-text search across blog site name and description
Successful response
- application/json
- Schema
- Example (auto)
Schema
dataobject[]required
Blog sites matching the query
{
"data": [
{
"_id": "lMOzIQZne5m6zQ528sT6",
"name": "My blog"
}
]
}