List blogs
Lists the blogs on the connected store, newest-first as the platform
returns them. Cursor-paginated: pass limit (1-50, default 20) and the
cursor from a previous response's nextCursor; nextCursor is null
when there are no more pages.
Supported on Shopify (platform shopify). Accounts on platforms
without blogs support return 400; a blogs-capable platform that lacks
this specific operation returns 405.
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
Connected Shopify SocialAccount id.
Query Parameters
Page size (1-50).
1 <= value <= 5020Opaque cursor from a previous response. Omit for the first page.
Response Body
application/json
application/json
application/json
{ "platform": "shopify", "blogs": [ { "id": "string", "platform": "shopify", "title": "string", "handle": "string" } ], "nextCursor": "string"}Unfollow a user
Unfollow a user on X.
Create a blog
Creates a blog on the connected store. The platform generates the URL `handle` from the title when omitted. Supported on Shopify (platform `shopify`). Accounts on platforms without blogs support return 400; a blogs-capable platform that lacks this specific operation returns 405.