Skip to main content
ページ一覧
curl --request GET \
  --url https://api.utage-system.com/v1/funnels/{funnel_id}/steps/{step_id}/pages \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "title": "<string>",
      "content_type": "elements",
      "step_url": "<string>",
      "page_url": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

APIキーをBearerトークンとして指定

Path Parameters

funnel_id
string
required

ファネルID

step_id
string
required

ステップID

Response

ページ一覧

data
object[]