Retrieve a complete list of blog post authors, including profile information and optional recent post data.
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