Skip to main content
GET
/
flows
Listar Flows
curl --request GET \
  --url https://apis.vectalk.com.br/flows \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.vectalk.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Requer token de instância. O WABA ID é resolvido automaticamente pelo token — não é necessário informar o waba-id.

Resposta

{
  "data": [
    {
      "id": "flow_id_123",
      "name": "Pesquisa de Satisfação",
      "status": "PUBLISHED",
      "categories": ["SURVEY"],
      "validation_errors": []
    }
  ],
  "paging": {
    "cursors": {
      "before": "before_cursor",
      "after": "after_cursor"
    }
  }
}