Blogs

List blogs

Lists blogs on the connected account. Shopify returns its store blogs with cursor pagination. A WordPress account represents one site and always returns exactly that one blog with nextCursor: null.

limit is 1-50 (default 20). Treat nextCursor as opaque; pass it unchanged on the next request. Supported on Shopify (shopify) and WordPress (wordpress).

get/v1/accounts/{accountId}/blogs

Path parameters

accountIdstring required

Connected Shopify or WordPress account id.

Query parameters

limitinteger

Page size (1-50).

cursorstring

Opaque cursor from a previous response. Omit for the first page.

Response

Blogs listed

platform'shopify' | 'wordpress'
nextCursorstring nullable

Cursor for the next page; null when there are no more pages.

Changes