Retrieve detailed author information by slug, including profile data and optional recent posts.
Retrieve detailed information about a specific author by their unique slug identifier, including complete profile data and optional recent posts integration. Author Profile Information: Returns comprehensive author profile including personal details (name, email, bio, title), complete social media profiles (LinkedIn, Facebook, Pinterest, Instagram, Twitter), profile image CDN URL, and unique slug identifier for URL-friendly referencing. 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 the author’s most recent blog posts. This is particularly useful for creating detailed author profile pages that showcase both their biography and 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.
The unique slug identifier of the author to retrieve.
Must match an existing author slug in your organization.
100Your ButterCMS read API token
Include additional data in the response.
When set to recent_posts, the author object will include a recent_posts array containing their latest blog posts.
recent_posts Author retrieved successfully
Response structure for retrieving a single author
Single author object