Fetch Flow List API

Retrieves a list of WhatsApp Flows associated with a specific WABA (WhatsApp Business Account).

Sample cURL Request

curl --location --request GET 'https://cpaaswa.netcorecloud.net/api/v3/metainfo/flow/list' \
--header 'Authorization: Bearer <your_bearer_token>'

Paginated Example

curl --location 'https://cpaaswa.netcorecloud.net/api/v3/metainfo/flow/list?pagination_token=QVFIUkR6WHRkcTV0MG...' \
--header 'Authorization: Bearer <your_bearer_token>'
Language
Credentials
Bearer
JWT
URL
Click Try It! to start a request and see the response here!