/v1/blogs/{subdomain}Returns the public metadata for a blog: display name, description, language, logo, cover image, author profile, and ordered navigation menu.
This is typically the first call a headless front-end makes to bootstrap itself.
The url field contains the canonical base URL of the blog (custom domain when
configured, or the default {subdomain}.writizzy.com URL otherwise). Use it to
construct absolute links to posts and pages.
subdomainpathstringrequiredalice for alice.writizzy.com). Also accepts the subdomain of a blog configured with a custom domain.namestringrequiredsubdomainstringrequiredurlstringrequiredtaglinestringoptionaldescriptionstringoptionallanguagestringrequiredtimezonestringrequiredlogoUrlstringoptionalcoverImageUrlstringoptionalauthorobjectrequirednamestringrequiredavatarUrlstringoptionalbiostringoptionalshortBiostringoptionalsocialsobject[]requiredplatformstringrequiredurlstringrequirednavigationobject[]requiredlabelstringrequiredurlstringrequired/v1/blogs/{subdomain}curl -X GET \
-H "Accept: application/json" \
"https://api.writizzy.com/v1/blogs/<subdomain>"