Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

List Meta CAPI connections per WABA

GET/v1/ctwa/meta-connections
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Responses
200OK
itemsMetaConnectionDTO[] | nullrequired
Show properties
Array of MetaConnectionDTO
capi_enabledbooleanrequired
created_atstring
dataset_idstring
has_access_tokenbooleanrequired
idstringrequired
pixel_idstring
test_event_codestring
updated_atstring
waba_idstringrequired
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X 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"
    }
  ]
}