cURL
curl --request GET \ --url https://api.utage-system.com/v1/funnels \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "memo": "<string>" } ], "meta": { "current_page": 123, "last_page": 123, "per_page": 123, "total": 123 } }
ファネルの一覧を取得します。名前で部分一致検索が可能です。
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
APIキーをBearerトークンとして指定
ファネル名で部分一致検索
ページ番号
x >= 1
1ページあたりの件数
ファネル一覧
Show child attributes