CTWA
List multi-sink conversion delivery logs
GET
/
v1
/
ctwa
/
sink-event-logs
List multi-sink conversion delivery logs
curl --request GET \
--url https://api.wazapin.com/v1/ctwa/sink-event-logsconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/ctwa/sink-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/sink-event-logs"
response = requests.get(url)
print(response.text){
"items": [
{
"created_at": "<string>",
"event_id": "<string>",
"event_name": "<string>",
"id": "<string>",
"signal_type": "<string>",
"sink": "<string>",
"status": "<string>",
"error_message": "<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 multi-sink conversion delivery logs
curl --request GET \
--url https://api.wazapin.com/v1/ctwa/sink-event-logsconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/ctwa/sink-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/sink-event-logs"
response = requests.get(url)
print(response.text){
"items": [
{
"created_at": "<string>",
"event_id": "<string>",
"event_name": "<string>",
"id": "<string>",
"signal_type": "<string>",
"sink": "<string>",
"status": "<string>",
"error_message": "<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>"
}
}