Get all authors
GET/blogs/authors
The "Get all authors" Api return the blog authors for a given location ID. Please use "blogs/author.readonly"
Request
Version stringrequired
API Version
Available options
2023-02-21locationId stringrequired
Location Id
limit numberrequired
Number of authors to show in the listing
offset numberrequired
Number of authors to skip in listing
Successful response
- application/json
- Schema
- Example (auto)
Schema
authorsobject[]required
Array of authors
{
"authors": [
{
"_id": "lMOzIQZne5m6zQ528sT6",
"name": "HighLevel",
"locationId": "lMOzIQZne5m6zQ528sT6",
"updatedAt": "2025-01-03T11:06:35.822Z",
"canonicalLink": "https://tryghl.blog/post/technology"
}
]
}