curl --request GET \
--url https://api.scalev.com/v3/chatgpt/pages \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"unique_id": "<string>",
"name": "<string>",
"slug": "<string>",
"is_published": true,
"store_id": 123,
"render_mode": "agent_html",
"capabilities": {
"can_read": true,
"can_update_html_mode": true,
"can_publish": false
}
}
],
"is_paginated": false
}Returns accessible landing pages that use Agent HTML Mode. Draft creation through ChatGPT never publishes pages.
curl --request GET \
--url https://api.scalev.com/v3/chatgpt/pages \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"unique_id": "<string>",
"name": "<string>",
"slug": "<string>",
"is_published": true,
"store_id": 123,
"render_mode": "agent_html",
"capabilities": {
"can_read": true,
"can_update_html_mode": true,
"can_publish": false
}
}
],
"is_paginated": false
}Documentation Index
Fetch the complete documentation index at: https://docs.scalev.com/llms.txt
Use this file to discover all available pages before exploring further.
OAuth access tokens are rate-limited per OAuth application and merchant installation.
Filter pages by selected store context.
Search by page name or slug.
1 <= x <= 100Apakah halaman ini membantu?