page
parameter will return an error. To learn more, see Make paginated requests to the REST Admin API.curl --location --request GET 'https://demo.myshopify.com//admin/api//blogs.json'
{
"blogs": [
{
"id": 382285388,
"handle": "banana-blog",
"title": "A Gnu Blog",
"updated_at": "2006-02-02T19:00:00-05:00",
"commentable": "no",
"feedburner": null,
"feedburner_location": null,
"created_at": "2023-01-05T19:56:47-05:00",
"template_suffix": null,
"tags": "",
"admin_graphql_api_id": "gid://shopify/OnlineStoreBlog/382285388"
},
{
"id": 241253187,
"handle": "apple-blog",
"title": "Mah Blog",
"updated_at": "2006-02-01T19:00:00-05:00",
"commentable": "no",
"feedburner": null,
"feedburner_location": null,
"created_at": "2023-01-05T19:56:47-05:00",
"template_suffix": null,
"tags": "Announcing, Mystery",
"admin_graphql_api_id": "gid://shopify/OnlineStoreBlog/241253187"
}
]
}