Langsung ke konten utama
GET
/
v3
/
chatgpt
/
pages
List HTML Mode landing 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.

Otorisasi

Authorization
string
header
wajib

OAuth access tokens are rate-limited per OAuth application and merchant installation.

Parameter Query

store_id
integer

Filter pages by selected store context.

q
string

Search by page name or slug.

limit
integer
Rentang yang diperlukan: 1 <= x <= 100

Respons

HTML Mode pages accessible in the authorized business

data
object[]
wajib
is_paginated
enum<boolean>
wajib
Opsi yang tersedia:
false