Get a WhatsApp Flow by id
WhatsApp Flows
GET /v1/flows/{id}
Get one WhatsApp Flow, including its stored Flow JSON and the Meta flow id used to send it.
GET
Get a WhatsApp Flow by id
Endpoint
Required scope
flows:read
Path parameters
Example request
curl
Response
200 OK
Same shape as one entry ofGET /v1/flows.
400 Bad Request
INVALID_FLOW_ID — the id is not a valid Keebai identifier.
404 Not Found
FLOW_NOT_FOUND — no Flow with that id in this project.Authorizations
Personal Access Token con prefijo kbai_pk_. Generar desde el portal con permiso developer.manage_tokens.
Path Parameters
Response
200 - application/json
Keebai flow id.
Keebai channel this Flow belongs to.
Available options:
OTHER, SIGN_UP, SIGN_IN, APPOINTMENT_BOOKING, LEAD_GENERATION, CONTACT_US, CUSTOMER_SUPPORT, SURVEY Available options:
draft, published, archived Meta Flow id. Use it as flow_id when sending a message of type flow. Null until Meta accepts the Flow.
Flow JSON currently stored in Keebai.