Retrieve detailed author information by slug, including profile data and optional recent posts.
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