ページ詳細取得
curl --request GET \
--url https://api.utage-system.com/v1/funnels/{funnel_id}/steps/{step_id}/pages/{page_id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"title": "<string>",
"page_title": "<string>",
"html_source": "<string>",
"elements": [
{}
],
"meta_title": "<string>",
"meta_description": "<string>",
"meta_og_image": "<string>",
"is_no_index": true,
"pc_width": 123,
"background_color": "<string>",
"background_image_src": "<string>",
"background_image_style": "<string>",
"js_head": "<string>",
"js_body_top": "<string>",
"js_body": "<string>",
"css": "<string>",
"use_popup": true,
"popup_width": 123,
"popup_background_color": "<string>",
"popup_elements": [
{}
],
"is_high_speed_mode": true,
"order": 123,
"is_archived": true,
"created_at": "<string>",
"updated_at": "<string>",
"step_url": "<string>"
}
}ファネル
ページ詳細取得
ページの詳細情報を取得します。要素構造(elements)またはHTML(html_source)を含みます。
ページ更新前に必ずこのエンドポイントで現在値を取得してください。
ページ詳細取得
curl --request GET \
--url https://api.utage-system.com/v1/funnels/{funnel_id}/steps/{step_id}/pages/{page_id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"title": "<string>",
"page_title": "<string>",
"html_source": "<string>",
"elements": [
{}
],
"meta_title": "<string>",
"meta_description": "<string>",
"meta_og_image": "<string>",
"is_no_index": true,
"pc_width": 123,
"background_color": "<string>",
"background_image_src": "<string>",
"background_image_style": "<string>",
"js_head": "<string>",
"js_body_top": "<string>",
"js_body": "<string>",
"css": "<string>",
"use_popup": true,
"popup_width": 123,
"popup_background_color": "<string>",
"popup_elements": [
{}
],
"is_high_speed_mode": true,
"order": 123,
"is_archived": true,
"created_at": "<string>",
"updated_at": "<string>",
"step_url": "<string>"
}
}GET
https://api.utage-system.com/v1/funnels/{funnel_id}/steps/{step_id}/pages/{page_id}
⌘I