Skip to main content
GET
/
api
/
v1
/
accounts
/
{account_id}
/
whatsapp_flows
List WhatsApp Flows
curl --request GET \
  --url https://connect.voxys.ai/api/v1/accounts/{account_id}/whatsapp_flows \
  --header 'api_access_token: <api-key>'
[
  {
    "id": 123,
    "name": "<string>",
    "endpoint_uri": "<string>",
    "inbox_id": 123,
    "categories": [
      "<string>"
    ],
    "meta_flow_id": "<string>",
    "created_at": "2023-11-07T05:31:56Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://developers.voxys.ai/llms.txt

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

Authorizations

api_access_token
string
header
required

All API requests must include the api_access_token header with a valid agent or administrator token.

Response

Flows list

id
integer
name
string
status
enum<string>
Available options:
draft,
published,
deprecated,
blocked
endpoint_uri
string
inbox_id
integer
categories
string[]
meta_flow_id
string
created_at
string<date-time>