curl --request POST \
--url https://api.kapso.ai/platform/v1/whatsapp/flows/{flow_id}/setup_encryption \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"phone_number_id": "<string>"
}
'{
"data": {
"status": "success",
"message": "<string>",
"flows_encryption_configured": true
}
}Set up flows encryption for the WABA associated with this flow. Required for data endpoints.
curl --request POST \
--url https://api.kapso.ai/platform/v1/whatsapp/flows/{flow_id}/setup_encryption \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"phone_number_id": "<string>"
}
'{
"data": {
"status": "success",
"message": "<string>",
"flows_encryption_configured": true
}
}Was this page helpful?