cURL
curl --request GET \ --url https://api.utage-system.com/v1/funnels/{funnel_id}/steps \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "sort": 123, "step_url": "<string>" } ] }
指定ファネル配下のステップ一覧を取得します。各ステップに公開URLを含みます。
Documentation IndexFetch the complete documentation index at: https://docs.utage-system.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.utage-system.com/llms.txt
Use this file to discover all available pages before exploring further.
GET
https://api.utage-system.com/v1/funnels/{funnel_id}/steps
APIキーをBearerトークンとして指定
ファネルID
ステップ一覧
Show child attributes