curl --request GET \
--url https://api.scalev.com/v3/chatgpt/pages/{page_id}/drafts/{version} \
--header 'Authorization: Bearer <token>'{
"page_id": 123,
"page_display_id": 123,
"version": 123,
"status": "draft",
"is_published": true,
"draft_url": "<string>",
"validation_warnings": [
{
"severity": "warning",
"code": "head_content_not_allowed",
"field": "agent_html",
"message": "<string>"
}
],
"validation_errors": [
{
"severity": "warning",
"code": "head_content_not_allowed",
"field": "agent_html",
"message": "<string>"
}
]
}Returns draft status, validation warnings, validation errors, and preview URL when safe.
curl --request GET \
--url https://api.scalev.com/v3/chatgpt/pages/{page_id}/drafts/{version} \
--header 'Authorization: Bearer <token>'{
"page_id": 123,
"page_display_id": 123,
"version": 123,
"status": "draft",
"is_published": true,
"draft_url": "<string>",
"validation_warnings": [
{
"severity": "warning",
"code": "head_content_not_allowed",
"field": "agent_html",
"message": "<string>"
}
],
"validation_errors": [
{
"severity": "warning",
"code": "head_content_not_allowed",
"field": "agent_html",
"message": "<string>"
}
]
}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.
Draft status and preview URL
Apakah halaman ini membantu?