CTWA
Conversion funnel: clicks, CTWA chats, purchases, sink sent
GET
/
v1
/
ctwa
/
funnel-stats
Conversion funnel: clicks, CTWA chats, purchases, sink sent
curl --request GET \
--url https://api.wazapin.com/v1/ctwa/funnel-statsconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/ctwa/funnel-stats', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/ctwa/funnel-stats"
response = requests.get(url)
print(response.text){
"capi_sent": 123,
"chats": 123,
"clicks": 123,
"days": 123,
"purchases": 123,
"sink_sent": 123
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}⌘I
Conversion funnel: clicks, CTWA chats, purchases, sink sent
curl --request GET \
--url https://api.wazapin.com/v1/ctwa/funnel-statsconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/ctwa/funnel-stats', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/ctwa/funnel-stats"
response = requests.get(url)
print(response.text){
"capi_sent": 123,
"chats": 123,
"clicks": 123,
"days": 123,
"purchases": 123,
"sink_sent": 123
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}