/v1/blogs/{subdomain}/authorReturns the full public profile of the blog owner, including display name, biography, avatar URL, and social media links. This is the same author object embedded in the Blog metadata endpoint, exposed here as a standalone resource for convenience.
| Name | In | Type | Description |
|---|---|---|---|
subdomain* | path | string | Subdomain of the blog (e.g. `alice` for `alice.writizzy.com`). Also accepts the subdomain of a blog configured with a custom domain. |
Display name of the author
URL of the author's avatar image
Full biography of the author (may contain Markdown)
Short one-line biography suitable for bylines
List of social media profile links
Platform identifier (e.g. twitter, linkedin, github, mastodon)
Full URL of the social profile
/v1/blogs/{subdomain}/authorcurl -X GET \
-H "Accept: application/json" \
"http://localhost:8080/v1/blogs/<subdomain>/author"/v1/blogs/{subdomain}/authorcurl -X GET \
-H "Accept: application/json" \
"http://localhost:8080/v1/blogs/<subdomain>/author"