Skip to main content
GET
/
flows
/
{flowId}
Obter Flow
curl --request GET \
  --url https://apis.vectalk.com.br/flows/{flowId} \
  --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.

Parâmetros

Path

flowId
string
required
ID único do Flow a ser consultado.

Resposta

{
  "id": "flow_id_123",
  "name": "Pesquisa de Satisfação",
  "status": "DRAFT",
  "categories": ["SURVEY"],
  "validation_errors": [],
  "json_version": "3.1",
  "data_api_version": "3.0",
  "endpoint_uri": null
}