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

Changed in 5 of the 56 revisions of this API.29

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • fdaf9a9fb1a721See the full diff
    • ●

      added the new wordpress enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new wordpress enum value to the response property for the response status

      response-property-enum-value-added

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      endpoint added

      endpoint-added