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 } }
ファネルの一覧を取得します。名前で部分一致検索が可能です。
APIキーをBearerトークンとして指定
ファネル名で部分一致検索
ページ番号
x >= 1
1ページあたりの件数
ファネル一覧
Show child attributes