GET /openapi/2023-10/script_tags
{
"data": [
{
"id": 1234,
"src": "<script src=\"https://eg.com/jqeury.js\"></script>",
"display_scope": "all",
"created_at_gmt": "2021-09-09 00:00:00",
"updated_at_gmt": "2021-09-09 00:00:00"
}
],
"links": {
"first": "https://example.hotishop.com/openapi/2023-10/script_tags?page=1",
"last": "https://example.hotishop.com/openapi/2023-10/script_tags?page=40",
"prev": null,
"next": "https://example.hotishop.com/openapi/2023-10/script_tags?page=2"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 40,
"path": "https://example.hotishop.com/openapi/2023-10/script_tags",
"per_page": "1",
"to": 1,
"total": 40
}
}