CTWA
List Meta CAPI connections per WABA
GET
/
v1
/
ctwa
/
meta-connections
List Meta CAPI connections per WABA
curl --request GET \
--url https://api.wazapin.com/v1/ctwa/meta-connectionsconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/ctwa/meta-connections', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/ctwa/meta-connections"
response = requests.get(url)
print(response.text){
"items": [
{
"capi_enabled": true,
"has_access_token": true,
"id": "<string>",
"waba_id": "<string>",
"created_at": "<string>",
"dataset_id": "<string>",
"pixel_id": "<string>",
"test_event_code": "<string>",
"updated_at": "<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>"
}
}Response
OK
Show child attributes
Show child attributes
⌘I
List Meta CAPI connections per WABA
curl --request GET \
--url https://api.wazapin.com/v1/ctwa/meta-connectionsconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/ctwa/meta-connections', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/ctwa/meta-connections"
response = requests.get(url)
print(response.text){
"items": [
{
"capi_enabled": true,
"has_access_token": true,
"id": "<string>",
"waba_id": "<string>",
"created_at": "<string>",
"dataset_id": "<string>",
"pixel_id": "<string>",
"test_event_code": "<string>",
"updated_at": "<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>"
}
}