CTWA
List CTWA CAPI event log (paginated)
GET
/
v1
/
ctwa
/
capi-event-logs
List CTWA CAPI event log (paginated)
curl --request GET \
--url https://api.wazapin.com/v1/ctwa/capi-event-logsconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/ctwa/capi-event-logs', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/ctwa/capi-event-logs"
response = requests.get(url)
print(response.text){
"items": [
{
"created_at": "<string>",
"dedupe_key": "<string>",
"event_id": "<string>",
"id": "<string>",
"meta_event_name": "<string>",
"signal_type": "<string>",
"status": "<string>",
"contact_id": "<string>",
"conversation_id": "<string>",
"ctwa_clid": "<string>",
"currency": "<string>",
"error_message": "<string>",
"rule_id": "<string>",
"value_amount": "<string>"
}
],
"limit": 123,
"offset": 123,
"total": 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
List CTWA CAPI event log (paginated)
curl --request GET \
--url https://api.wazapin.com/v1/ctwa/capi-event-logsconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/ctwa/capi-event-logs', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/ctwa/capi-event-logs"
response = requests.get(url)
print(response.text){
"items": [
{
"created_at": "<string>",
"dedupe_key": "<string>",
"event_id": "<string>",
"id": "<string>",
"meta_event_name": "<string>",
"signal_type": "<string>",
"status": "<string>",
"contact_id": "<string>",
"conversation_id": "<string>",
"ctwa_clid": "<string>",
"currency": "<string>",
"error_message": "<string>",
"rule_id": "<string>",
"value_amount": "<string>"
}
],
"limit": 123,
"offset": 123,
"total": 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>"
}
}