List Meta CAPI connections per WABA
GET
/v1/ctwa/meta-connectionsAuthorization
bearerAuthbearerAuthrequiredor
apiKeyAuthapiKeyAuthrequiredResponses
200OK
itemsMetaConnectionDTO[] | nullrequiredShow propertiesHide properties
Array of
MetaConnectionDTOcapi_enabledbooleanrequiredcreated_atstringdataset_idstringhas_access_tokenbooleanrequiredidstringrequiredpixel_idstringtest_event_codestringupdated_atstringwaba_idstringrequired401Unauthorized
errorErrorBodyrequiredShow propertiesHide properties
codestringrequireddetailsErrorDetail[] | nullShow propertiesHide properties
Array of
ErrorDetailcodestringfieldstringlocationstringmessagestringrequiredmessagestringrequiredrequest_idstring403Forbidden
errorErrorBodyrequiredShow propertiesHide properties
codestringrequireddetailsErrorDetail[] | nullShow propertiesHide properties
Array of
ErrorDetailcodestringfieldstringlocationstringmessagestringrequiredmessagestringrequiredrequest_idstring500Internal Server Error
errorErrorBodyrequiredShow propertiesHide properties
codestringrequireddetailsErrorDetail[] | nullShow propertiesHide properties
Array of
ErrorDetailcodestringfieldstringlocationstringmessagestringrequiredmessagestringrequiredrequest_idstringRequest
curl -X GET "/v1/ctwa/meta-connections"const response = await fetch("/v1/ctwa/meta-connections", {
method: "GET"
});import requests
response = requests.get(
"/v1/ctwa/meta-connections",
)Response
{
"items": [
{
"capi_enabled": true,
"created_at": "string",
"dataset_id": "string",
"has_access_token": true,
"id": "string",
"pixel_id": "string",
"test_event_code": "string",
"updated_at": "string",
"waba_id": "string"
}
]
}{
"error": {
"code": "string",
"details": [
{
"code": "string",
"field": "string",
"location": "string",
"message": "string"
}
],
"message": "string",
"request_id": "string"
}
}{
"error": {
"code": "string",
"details": [
{
"code": "string",
"field": "string",
"location": "string",
"message": "string"
}
],
"message": "string",
"request_id": "string"
}
}{
"error": {
"code": "string",
"details": [
{
"code": "string",
"field": "string",
"location": "string",
"message": "string"
}
],
"message": "string",
"request_id": "string"
}
}