Skip to main content
Version: v3

Get all blog authors

GET 

/blogs/authors

The "Get all blog authors" API returns the blog authors for a given location ID.

Request

Version stringrequired

API Version

Available optionsv3
locationId stringrequired

Sub-account (location) identifier the author belongs to

limit numberrequired

Maximum number of authors to return (0-50)

offset numberrequired

Number of authors to skip before returning results

searchTerm string

Free-text search across author name and description

application/json

Successful response

Schema
    authorsobject[]required

    Array of authors

    countnumberrequired

    Total number of authors matching the query, ignoring limit/offset