Retrieve a complete list of blog post authors, including profile information and optional recent post data.
Retrieve a complete list of all blog post authors in your organization, including their profile information and optional recent post data. This endpoint is ideal for building author pages, contributor listings, and author-based navigation. Author Profiles: Returns comprehensive profile information for each author, including personal details like name and bio, social media profiles, profile images, and author metadata. This provides everything needed to build rich author profile pages. Recent Posts Integration: Use theDocumentation Index
Fetch the complete documentation index at: https://buttercms.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
include=recent_posts parameter to enrich the response with each author’s most recent blog posts. This is particularly useful for creating author archive pages that showcase both the author’s profile and their latest content contributions.Set the Authorization header to Token your_read_api_token.
Example: Authorization: Token abc123def456
Note: The header value includes the Token prefix.
You can access your API token from your settings page.
Your ButterCMS read API token
Include additional data in the response.
When set to recent_posts, each author object will include a recent_posts array containing their latest blog posts.
recent_posts Authors retrieved successfully
Response structure for listing all authors
Array of author objects