Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.utage-system.com/v1/funnels \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "created_at": "<string>", "updated_at": "<string>" } ], "meta": { "current_page": 123, "per_page": 123, "total": 123 } }
ファネルの一覧を取得します。名前で部分一致検索が可能です。
GET
https://api.utage-system.com/v1/funnels
APIキーをBearerトークンとして指定
ファネル名で部分一致検索
ページ番号
x >= 1
1ページあたりの件数(既定20・最大100。超過時は100に丸められます)
1 <= x <= 100
ファネル一覧
Show child attributes