Skip to main content
GET
/
accounts
/
{account_id}
/
funnels
Listar Funis
curl --request GET \
  --url https://your-chatwoot.aifocus.dev/api/v1/accounts/{account_id}/funnels \
  --header 'api_access_token: <api-key>'
[
  {
    "id": 123,
    "name": "<string>",
    "description": "<string>",
    "stages": [
      {}
    ]
  }
]

Authorizations

api_access_token
string
header
required

Path Parameters

account_id
integer
required

Response

200 - application/json

Lista de funis

id
integer
name
string
description
string
stages
object[]