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//script_tags.json'
{
"script_tags": [
{
"id": 421379493,
"src": "https://js.example.org/bar.js",
"event": "onload",
"created_at": "2023-01-16T12:14:54-05:00",
"updated_at": "2023-01-16T12:14:54-05:00",
"display_scope": "all"
},
{
"id": 596726825,
"src": "https://js.example.org/foo.js",
"event": "onload",
"created_at": "2023-01-16T12:14:54-05:00",
"updated_at": "2023-01-16T12:14:54-05:00",
"display_scope": "all"
}
]
}